VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Drawing Namespace / GraphicsPathData Class
Constructors Properties Methods SeeAlso
In This Topic
GraphicsPathData Class Members
In This Topic
The following tables list the members exposed by GraphicsPathData.
Public Constructors
 NameDescription
Public ConstructorOverloaded. Initializes a new instance of the class.
Public Properties
 NameDescription
Public PropertyGets an array of System.Drawing.PointF structures that represents the points through which the path is constructed.
Public PropertyGets the types of the corresponding points in the path.
Public PropertyGets a count of sub path in this path data.
Public Methods
 NameDescription
Public MethodClones this graphics path data.
Public MethodReturns a value indicating whether the specified System.Object, is equal to this instance.
Public MethodOverloaded. Returns a rectangle that bounds this graphics path.
Public MethodReturns a hash code for this instance.
Public MethodReturns a length of the current path.
Public MethodPopulates a System.Runtime.Serialization.SerializationInfo with the data needed to serialize the target object.
Public MethodReturns the sub path data of current path data.
See Also