public static LeadPointD[] TranslatePoints(
LeadPointD[] ,
double ,
double
)
'Declaration
Public Shared Function TranslatePoints( _
ByVal () As LeadPointD, _
ByVal As Double, _
ByVal As Double _
) As LeadPointD()
+(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
)