In This Topic
GdPicture.NET.14 (COM - ActiveX)~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
See Also

Reference

GdViewer.RotationEventHandler Members
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace