In This Topic

RotateView Method (GdViewer)

In This Topic
Syntax
'Declaration

 

Public Sub RotateView( _

   ByVal Rotation As GdPictureRotateFlipType _

) 
public void RotateView( 

   GdPictureRotateFlipType Rotation

)
public procedure RotateView( 

    Rotation: GdPictureRotateFlipType

); 
public function RotateView( 

   Rotation : GdPictureRotateFlipType

);
public: void RotateView( 

   GdPictureRotateFlipType Rotation

) 
public:

void RotateView( 

   GdPictureRotateFlipType Rotation

) 

Parameters

Rotation
See Also