PdfPath Constructor (PdfBrush, PdfFillMode,
PointF
,
Byte
)
|
Initializes a new instance of theclass.
Namespace:
Spire.Pdf.Graphics
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
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
-
Type:
Spire.Pdf.Graphics
PdfBrush
The brush.
-
fillMode
-
Type:
Spire.Pdf.Graphics
PdfFillMode
The fill mode.
-
points
-
Type:
System.Drawing
PointF
The points.
-
pathTypes
-
Type:
System
Byte
The path types.
See Also