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