GxImage: RotateImage

RotateImage

This method rotates the control's image.



 Public Function RotateImage(
	  ByVal degree As Long ) As Long

Parameters

degree
Rotation degree. The permitted values are "0, 90, 180, 270".

Return Values

On error false (0) is returned and the error code/string in the GX system is set appropriately.

Languages

[Visual Basic] Public Function RotateImage(ByVal degree as long) As Long

[Delphi] function RotateImage(degree : Integer) : Integer;

[C++] long RotateImage(long degree);

Remarks

See Also

Class GxImage Overview GxImage Properties GxImage Methods PasteImage Rotation