KiCad PCB EDA Suite
Loading...
Searching...
No Matches
KICAD_DIFF::DOCUMENT_CIRCLE Struct Reference

Filled or stroked circle. More...

#include <diff_scene.h>

Public Attributes

VECTOR2I center
 
int radius = 0
 
bool filled = false
 
int lineWidth = 0
 
KIGFX::COLOR4D color
 
LSET layers
 

Detailed Description

Filled or stroked circle.

Mainly used for pads, vias and junction dots.

Definition at line 145 of file diff_scene.h.

Member Data Documentation

◆ center

VECTOR2I KICAD_DIFF::DOCUMENT_CIRCLE::center

◆ color

KIGFX::COLOR4D KICAD_DIFF::DOCUMENT_CIRCLE::color

Definition at line 151 of file diff_scene.h.

◆ filled

bool KICAD_DIFF::DOCUMENT_CIRCLE::filled = false

Definition at line 149 of file diff_scene.h.

◆ layers

LSET KICAD_DIFF::DOCUMENT_CIRCLE::layers

◆ lineWidth

int KICAD_DIFF::DOCUMENT_CIRCLE::lineWidth = 0

◆ radius

int KICAD_DIFF::DOCUMENT_CIRCLE::radius = 0

The documentation for this struct was generated from the following file: