Error processing SSI file
(Leadtools.Annotations.Core)

Show in webframe

TranslatePoint Method






The Leadtools.LeadPointD to be translated.
The x value by which to translate the Leadtools.LeadPointD.
The y value by which to translate the Leadtools.LeadPointD.
Translates the transformation matrix of the input Leadtools.LeadPointD by the specified values.
Syntax
public static LeadPointD TranslatePoint( 
   LeadPointD point,
   double offsetX,
   double offsetY
)
'Declaration
 
Public Shared Function TranslatePoint( _
   ByVal point As LeadPointD, _
   ByVal offsetX As Double, _
   ByVal offsetY As Double _
) As LeadPointD
public static LeadPointD TranslatePoint( 
   LeadPointD point,
   double offsetX,
   double offsetY
)
+(LeadPointD) translatePoint:(LeadPointD) point 
                     offsetX:(double) offsetX
                     offsetY:(double) offsetY;
            
public static LeadPointD translatePoint(
   LeadPointD point,
   double offsetX,
   double offsetY
)
            
 function Leadtools.Annotations.Core.AnnTransformer.TranslatePoint( 
   point ,
   offsetX ,
   offsetY 
)

Parameters

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.

Return Value

The translated Leadtools.LeadPointD.
Requirements

Target Platforms

See Also

Reference

AnnTransformer Class
AnnTransformer Members

Error processing SSI file
   Leadtools.Annotations.Core requires a Document or Medical toolkit license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features