GdPicture.NET.14.MAUI
GdPicture14.MAUI Namespace / GdViewer Class / RotateView Method
A member of the GdPictureRotateFlipType specifying the rotation to append.





In This Topic
RotateView Method (GdViewer)
In This Topic
Rotates the view.
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
A member of the GdPictureRotateFlipType specifying the rotation to append.
See Also