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

Reference

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