Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Constructor: PathPiece(DecodeSvgPath.PathPieceType, PointD[])

Declaration

public PathPiece(
    DecodeSvgPath.PathPieceType type,
    PointD[] points
)

Summary

Constructor.

Parameters

DecodeSvgPath.PathPieceTypetype Type of path piece.
PointD[]points Set of points.