Rotates the input Leadtools.LeadRectD using the specified angle and center point.
public static LeadRectD RotateRectAt(
LeadRectD rect,
double angle,
double centerX,
double centerY
)
Public Shared Function RotateRectAt( _
ByVal rect As Leadtools.LeadRectD, _
ByVal angle As Double, _
ByVal centerX As Double, _
ByVal centerY As Double _
) As Leadtools.LeadRectD
public static Leadtools.LeadRectD RotateRectAt(
Leadtools.LeadRectD rect,
double angle,
double centerX,
double centerY
)
+(LeadRectD) rotateRect:(LeadRectD) rect
angle:(double) angle
centerX:(double) cx
centerY:(double) cy;
public static LeadRectD rotateRectAt(
LeadRectD rect,
double angle,
double centerX,
double centerY
)
function Leadtools.Annotations.Core.AnnTransformer.RotateRectAt(
rect ,
angle ,
centerX ,
centerY
)
public:
static LeadRectD^ RotateRectAt(
LeadRectD^ rect,
double angle,
double centerX,
double centerY
)
rect
The Leadtools.LeadRectD to be rotated.
angle
The angle to rotate the Leadtools.LeadRectD.
centerX
The value representing the center point of rotation on the x-axis.
centerY
The value representing the center point of rotation on the y-axis.
The rotated Leadtools.LeadRectD.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET