GdViewer.BeforeRotationEventHandler Delegate
In This Topic
Syntax
'Declaration
<GuidAttribute("5F2CE532-7B0D-3097-BE1F-CDEF4D4073F7")>
Public Delegate Sub GdViewer.BeforeRotationEventHandler( _
ByVal As RotateFlipType _
)
[Guid("5F2CE532-7B0D-3097-BE1F-CDEF4D4073F7")]
public delegate void GdViewer.BeforeRotationEventHandler(
RotateFlipType
)
public delegate GdViewer.BeforeRotationEventHandler(
: RotateFlipType
);
GuidAttribute("5F2CE532-7B0D-3097-BE1F-CDEF4D4073F7")
public delegate GdViewer.BeforeRotationEventHandler(
: RotateFlipType
)
[Guid("5F2CE532-7B0D-3097-BE1F-CDEF4D4073F7")]
public: __gc __delegate void GdViewer.BeforeRotationEventHandler(
RotateFlipType
)
[Guid("5F2CE532-7B0D-3097-BE1F-CDEF4D4073F7")]
public delegate void GdViewer.BeforeRotationEventHandler(
RotateFlipType
)
Parameters
- Rotation
- A member of the RotateFlipType enumeration. The specified rotation and flipping to be executed.
See Also