Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: SvgPiece Select(Func<PointD, PointD>)

  • Declared in: RT.Geometry.SvgPiece
  • Virtual

Declaration

public virtual SvgPiece Select(
    Func<PointD, PointD> selector
)

Summary

Returns a new SvgPiece of the same SvgPieceType 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 SvgPiece of the same SvgPieceType.