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





In This Topic
GdPicture14 Namespace / GdViewer.RotationEventHandler Delegate

GdViewer.RotationEventHandler Delegate

In This Topic
Syntax
'Declaration

 

<GuidAttribute("2D6F69CD-D985-3A84-B199-C58264DFCF22")>

Public Delegate Sub GdViewer.RotationEventHandler( _

   ByVal Rotation As RotateFlipType _

) 
[Guid("2D6F69CD-D985-3A84-B199-C58264DFCF22")]

public delegate void GdViewer.RotationEventHandler( 

   RotateFlipType Rotation

)
public delegate GdViewer.RotationEventHandler( 

    Rotation: RotateFlipType

);
GuidAttribute("2D6F69CD-D985-3A84-B199-C58264DFCF22")

public delegate GdViewer.RotationEventHandler( 

   Rotation : RotateFlipType

)
[Guid("2D6F69CD-D985-3A84-B199-C58264DFCF22")]

public: __gc __delegate void GdViewer.RotationEventHandler( 

   RotateFlipType Rotation

)
[Guid("2D6F69CD-D985-3A84-B199-C58264DFCF22")]

public delegate void GdViewer.RotationEventHandler( 

   RotateFlipType Rotation

)

Parameters

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