Initializes a new instance of the class.
Namespace: Spire.Pdf.GraphicsAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
public PdfPath( PointF[] points, byte[] pathTypes )
Public Sub New ( points As PointF(), pathTypes As Byte() )
public: PdfPath( array<PointF>^ points, array<unsigned char>^ pathTypes )
new : points : PointF[] * pathTypes : byte[] -> PdfPath
Parameters
- points
- array<PointF>[]()[][]
The points.
- pathTypes
- array<Byte>[]()[][]
The path types.