PDFPathItem¶
Namespace: O2S.Components.PDF4NET.Content
Defines an item in a PDFPathVisualObject.
Inheritance Object → PDFPathItem
Properties¶
Points¶
Gets the item points.
Property Value
PDFPoint[]
An array of point associated with the path item.
Remarks
The number of points in the array depends on the item type. MoveTo and LineTo types have a single point, CCurveTo has 3 points, VCurveTo and YVCurveTo have 2 pointsand the CloseSubpath has no points (the array is null).
Type¶
Gets the type of the path item.
Property Value
PDFPathItemType
A PDFPathItemType specifying the type of the path item.
Methods¶
ToString()¶
Returns a String that represents the current Object.
Returns
String
String that represents the current Object.