Translates the transformation matrix of the input Leadtools.LeadPointD values by the specified values.
public static LeadPointD[] TranslatePoints(
LeadPointD[] points,
double offsetX,
double offsetY
)
Public Shared Function TranslatePoints( _
ByVal points() As Leadtools.LeadPointD, _
ByVal offsetX As Double, _
ByVal offsetY As Double _
) As Leadtools.LeadPointD()
public static [Leadtools.LeadPointD[]](../l/leadpointd.md) TranslatePoints(
Leadtools.LeadPointD[] points,
double offsetX,
double offsetY
)
+(LTLeadPointCollection*) translatePoints:(LTLeadPointCollection*) points
offsetX:(double) offsetX
offsetY:(double) offsetY;
function Leadtools.Annotations.Core.AnnTransformer.TranslatePoints(
points ,
offsetX ,
offsetY
)
public:
static array<LeadPointD^>^ TranslatePoints(
array<LeadPointD^>^ points,
double offsetX,
double offsetY
)
points
The Leadtools.LeadPointD array to be translated.
offsetX
The x value by which to translate the Leadtools.LeadPointD values.
offsetY
The y value by which to translate the Leadtools.LeadPointD values.
The translated Leadtools.LeadPointD array.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET