'Declaration Public Shared Sub TranslatePoints( _
ByVal pointsThe points to translate.() As Vintasoft.Primitives.VintasoftPoint, _
ByVal offsetXOffset along X axis.As Double, _
ByVal offsetYOffset along Y axis.As Double _
)
public static void TranslatePoints(
Vintasoft.Primitives.VintasoftPoint[] points,
double offsetX,
double offsetY
)
Parameters
- points
- The points to translate.
- offsetX
- Offset along X axis.
- offsetY
- Offset along Y axis.