PdfPath
AddPath Method (
PointF
,
Byte
)
|
Appends the path specified by the points and their types to this one.
Namespace:
Spire.Pdf.Graphics
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public void AddPath(
PointF[] pathPoints,
byte[] pathTypes
)
Public Sub AddPath (
pathPoints As PointF(),
pathTypes As Byte()
)
public:
void AddPath(
array<PointF>^ pathPoints,
array<unsigned char>^ pathTypes
)
member AddPath :
pathPoints : PointF[] *
pathTypes : byte[] -> unit
Parameters
-
pathPoints
-
Type:
System.Drawing
PointF
The points.
-
pathTypes
-
Type:
System
Byte
The path point types.
See Also