Error processing SSI file
(Leadtools.Annotations.Core)

Show in webframe

TranslatePoints Method






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

Parameters

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.

Return Value

The translated Leadtools.LeadPointD array.
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