C#
VB
C++
Rotates the transformation matrix of this AnnGroupObject object around a point.
Public Overrides Sub Rotate( _
ByVal angle As Single, _
ByVal origin As Leadtools.Annotations.AnnPoint _
)
public:
void Rotate(
float angle,
Leadtools.Annotations.AnnPoint origin
) override
angle
The angle of rotation in degrees.
origin
An AnnPoint structure that represents the center of the rotation.
The AnnGroupObject will rotate all objects in the group. For more information, refer to AnnObject.Rotate.
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