'Declaration Public Overrides Sub TransformPoints( _
ByVal pointsThe points to transform. The original points in the array are replaced by their transformed values.() As Vintasoft.Primitives.VintasoftPoint _
)
public override void TransformPoints(
Vintasoft.Primitives.VintasoftPoint[] points
)
public: void TransformPoints(
Vintasoft.Primitives.VintasoftPoint[]* points
); override
public:
void TransformPoints(
array<Vintasoft.Primitives.VintasoftPoint>^ points
); override
Parameters
- points
- The points to transform. The original points in the array are replaced by their transformed values.