Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

a30c540b fa36 b33c 8d26 8117224d370c

haplokuon edited this page May 6, 2023 · 1 revision

PointShape Enumeration

netDxf 3.0.0 Library

Defines the shape of the point entities.

Definition

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

Members

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.

See Also

Reference

netDxf.Header Namespace

Clone this wiki locally