Enum PathPointType

PathPointType enumeration

Specificeert het type punt in aGraphicsPath object.

public enum PathPointType

Waarden

NaamWaardeBeschrijving
Start0Het beginpunt van aGraphicsPath object.
Line1Een lijnstuk.
Bezier3Een standaard Bézier-curve.
PathTypeMask7Een maskerpunt.
DashMode16Het corresponderende segment is onderbroken.
PathMarker32Een padmarkering.
CloseSubpath128Het eindpunt van een subpad.
Bezier33Een kubieke Bézier-curve.

Zie ook