This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 414
a30c540b fa36 b33c 8d26 8117224d370c
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Defines the shape of the point entities.
Namespace: netDxf.Header
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public enum PointShape
VB
Public Enumeration PointShape
C++
public enum class PointShape
F#
type PointShape
Dot | 0 | A dot. |
Empty | 1 | No shape. |
Plus | 2 | Plus sign. |
Cross | 3 | Cross sign. |
Line | 4 | A line going upwards. |
CircleDot | 32 | A circle and a dot. |
CircleEmpty | 33 | Only a circle shape. |
CirclePlus | 34 | A circle and a plus sign. |
CircleCross | 35 | A circle and a cross sign. |
CircleLine | 36 | A circle and a line. |
SquareDot | 64 | A square and a dot. |
SquareEmpty | 65 | Only a square shape. |
SquarePlus | 66 | A square and a plus sign. |
SquareCross | 67 | A square and a cross sign. |
SquareLine | 68 | A square and a line. |
CircleSquareDot | 96 | A circle, a square, and a dot. |
CircleSquareEmpty | 97 | A circle and a square. |
CircleSquarePlus | 98 | A circle, a square, and a plus sign. |
CircleSquareCross | 99 | A circle, a square, and a cross sign. |
CircleSquareLine | 100 | A circle, a square, and a line. |