GdViewer.RotationEventHandler Delegate
In This Topic
Syntax
'Declaration
<GuidAttribute("2D6F69CD-D985-3A84-B199-C58264DFCF22")>
Public Delegate Sub GdViewer.RotationEventHandler( _
ByVal As RotateFlipType _
)
[Guid("2D6F69CD-D985-3A84-B199-C58264DFCF22")]
public delegate void GdViewer.RotationEventHandler(
RotateFlipType
)
public delegate GdViewer.RotationEventHandler(
: RotateFlipType
);
GuidAttribute("2D6F69CD-D985-3A84-B199-C58264DFCF22")
public delegate GdViewer.RotationEventHandler(
: RotateFlipType
)
[Guid("2D6F69CD-D985-3A84-B199-C58264DFCF22")]
public: __gc __delegate void GdViewer.RotationEventHandler(
RotateFlipType
)
[Guid("2D6F69CD-D985-3A84-B199-C58264DFCF22")]
public delegate void GdViewer.RotationEventHandler(
RotateFlipType
)
Parameters
- Rotation
- A member of the RotateFlipType enumeration. The executed rotation and flipping.
See Also