VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging Namespace / VintasoftPointTranslateTransform Class / TranslatePoints(VintasoftPoint[],Double,Double) Method
Syntax Requirements SeeAlso
In This Topic
TranslatePoints(VintasoftPoint[],Double,Double) Method (VintasoftPointTranslateTransform)
In This Topic
Translates the points using the specified offset along X and Y axis.
Syntax
'Declaration

Public Shared Sub TranslatePoints( _
ByVal points
The points to translate.
() As Vintasoft.Primitives.VintasoftPoint, _
ByVal offsetX
Offset along X axis.
As Double, _
ByVal offsetY
Offset along Y axis.
As Double _
)

Parameters

points
The points to translate.
offsetX
Offset along X axis.
offsetY
Offset along Y axis.
Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also