Initializes a new instance of the class.

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 PdfPath(
	PdfBrush brush,
	PdfFillMode fillMode,
	PointF[] points,
	byte[] pathTypes
)
Public Sub New ( 
	brush As PdfBrush,
	fillMode As PdfFillMode,
	points As PointF(),
	pathTypes As Byte()
)
public:
PdfPath(
	PdfBrush^ brush, 
	PdfFillMode fillMode, 
	array<PointF>^ points, 
	array<unsigned char>^ pathTypes
)
new : 
        brush : PdfBrush * 
        fillMode : PdfFillMode * 
        points : PointF[] * 
        pathTypes : byte[] -> PdfPath

Parameters

brush
PdfBrush
The brush.
fillMode
PdfFillMode
The fill mode.
points
array<PointF>[]()[][]
The points.
pathTypes
array<Byte>[]()[][]
The path types.

See Also