VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Drawing Namespace / GraphicsPathPointType Enumeration
Syntax Members Remarks Hierarchy Requirements SeeAlso
In This Topic
GraphicsPathPointType Enumeration
In This Topic
Specifies available point types and flags for the data points in a path.
Syntax
'Declaration

<FlagsAttribute()>
Public Enum GraphicsPathPointType
   Inherits System.Enum

[Flags()]
public enum GraphicsPathPointType : System.Enum

Members
MemberDescription
StartPointThe starting point of a graphics path.
LineA line segment.
CubicBezierCurveA cubic Bezier curve.
PointTypeMaskA mask point.
MarkerA path marker.
CloseSubpathThe endpoint of a subpath.
Remarks

For each point, bits 0 through 2 indicate the type of a point, and bits 3 through 7 hold a set of flags that specify the attributes of a point.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Vintasoft.Imaging.Drawing.GraphicsPathPointType

Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also