ImageGear .NET - Updated May 1, 2018
OnMarkRotated Method




ImageGear24.Art Assembly > ImageGear.ART Namespace > ImGearARTMark Class : OnMarkRotated Method
The center point, around which the mark rotated.
Rotation angle.
Occurs when the mark is rotated.
Syntax
'Declaration
 
Protected Sub OnMarkRotated( _
   ByVal center As ImGearPoint, _
   ByVal rotationAngle As ImGearRotationValues _
) 
 
'Usage
 
Dim instance As ImGearARTMark
Dim center As ImGearPoint
Dim rotationAngle As ImGearRotationValues
 
instance.OnMarkRotated(center, rotationAngle)

Parameters

center
The center point, around which the mark rotated.
rotationAngle
Rotation angle.
See Also

Reference

ImGearARTMark Class
ImGearARTMark Members