C#
VB
Java
Objective-C
WinRT C#
C++
Translates the transformation matrix of the input Leadtools.LeadPointD by the specified values.
public static LeadPointD TranslatePoint(
LeadPointD point,
double offsetX,
double offsetY
)
Public Shared Function TranslatePoint( _
ByVal point As Leadtools.LeadPointD, _
ByVal offsetX As Double, _
ByVal offsetY As Double _
) As Leadtools.LeadPointD
public static Leadtools.LeadPointD TranslatePoint(
Leadtools.LeadPointD point,
double offsetX,
double offsetY
)
+(LeadPointD) translatePoint:(LeadPointD) point
offsetX:(double) offsetX
offsetY:(double) offsetY;
function Leadtools.Annotations.Core.AnnTransformer.TranslatePoint(
point ,
offsetX ,
offsetY
)
public:
static LeadPointD^ TranslatePoint(
LeadPointD^ point,
double offsetX,
double offsetY
)
point
The Leadtools.LeadPointD to be translated.
offsetX
The x value by which to translate the Leadtools.LeadPointD.
offsetY
The y value by which to translate the Leadtools.LeadPointD.
The translated Leadtools.LeadPointD.
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