A member of the RotateFlipType enumeration. The specified rotation and flipping to be executed.





In This Topic
GdPicture14 Namespace / GdViewer.BeforeRotationEventHandler Delegate

GdViewer.BeforeRotationEventHandler Delegate

In This Topic
Syntax
'Declaration

 

<GuidAttribute("5F2CE532-7B0D-3097-BE1F-CDEF4D4073F7")>

Public Delegate Sub GdViewer.BeforeRotationEventHandler( _

   ByVal Rotation As RotateFlipType _

) 
[Guid("5F2CE532-7B0D-3097-BE1F-CDEF4D4073F7")]

public delegate void GdViewer.BeforeRotationEventHandler( 

   RotateFlipType Rotation

)
public delegate GdViewer.BeforeRotationEventHandler( 

    Rotation: RotateFlipType

);
GuidAttribute("5F2CE532-7B0D-3097-BE1F-CDEF4D4073F7")

public delegate GdViewer.BeforeRotationEventHandler( 

   Rotation : RotateFlipType

)
[Guid("5F2CE532-7B0D-3097-BE1F-CDEF4D4073F7")]

public: __gc __delegate void GdViewer.BeforeRotationEventHandler( 

   RotateFlipType Rotation

)
[Guid("5F2CE532-7B0D-3097-BE1F-CDEF4D4073F7")]

public delegate void GdViewer.BeforeRotationEventHandler( 

   RotateFlipType Rotation

)

Parameters

Rotation
A member of the RotateFlipType enumeration. The specified rotation and flipping to be executed.
See Also