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: 7.9.2.0 (7.9.2.1020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
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
array<PointF>[]()[][]
The points.
pathTypes
array<Byte>[]()[][]
The path point types.

See Also