public static LeadPointD RotatePointAt(
LeadPointD ,
double ,
double ,
double
)
'Declaration
Public Shared Function RotatePointAt( _
ByVal As LeadPointD, _
ByVal As Double, _
ByVal As Double, _
ByVal As Double _
) As LeadPointD
+(LeadPointD) rotatePoint:(LeadPointD) pt
angle:(double) angle
centerX:(double) cx
centerY:(double) cy;
public static LeadPointD rotatePointAt(
LeadPointD point,
double angle,
double centerX,
double centerY
)
function Leadtools.Annotations.Core.AnnTransformer.RotatePointAt(
point ,
angle ,
centerX ,
centerY
)