Declaration
public virtual DecodeSvgPath.PathPiece Select(
Func<PointD, PointD> selector
)
Summary
Returns a new
DecodeSvgPath.PathPiece of the same
DecodeSvgPath.PathPieceType in which all points have
been mapped through the
selector.
Parameters
Func<PointD, PointD> | selector |
A function to pass all points through. |
Returns
A new
DecodeSvgPath.PathPiece of the same
DecodeSvgPath.PathPieceType.