Enum PointSymbol
Flags definig the symbol for the presentation of a Point object. The flag may contain one of the values Empty=0x0,Dot=0x1,Plus=0x2,Cross=0x3,Line=0x4 combined with Square=0x8 or Circle=0x10.
Namespace: CADability.GeoObject
Assembly: CADability.dll
Syntax
[Flags]
public enum PointSymbol
Fields
| Name | Description |
|---|---|
| Circle | Display an additional circle around the dot, cross or line |
| Cross | Display as a small "X"-shaped cross |
| Dot | Display as a one pixel sized dot. |
| Empty | Don't display. |
| Line | Display as a small vertical line |
| Plus | Display as a small "+"-shaped cross |
| Select | Do not use, internally used to show selected points |
| Square | Display an additional square around the dot, cross or line |