AVEVA CAF API Documenation

The oldImage to act on.
The angle.
Rotate Method
An Image extension method that rotates.
Syntax
[Extension()]
public static Image Rotate( 
   Image oldImage,
   float angle
)
[Extension()]
public:
static Image^ Rotate( 
   Image^ oldImage,
   float angle
) 

Parameters

oldImage
The oldImage to act on.
angle
The angle.

Return Value

An Image.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also