public static LeadPointD[] RotateAtPoints(
LeadPointD[] ,
double ,
double ,
double
)
'Declaration
Public Shared Function RotateAtPoints( _
ByVal () As LeadPointD, _
ByVal As Double, _
ByVal As Double, _
ByVal As Double _
) As LeadPointD()
+(LTLeadPointCollection*) rotateAtPoints:(LTLeadPointCollection*) points
angle:(double) angle
centerX:(double) centerX;
centerY:(double) centerY;
public static LeadPointD[] rotateAtPoints(
LeadPointD[] points,
double angle,
double centerX,
double centerY
)
function Leadtools.Annotations.Core.AnnTransformer.RotateAtPoints(
points ,
angle ,
centerX ,
centerY
)