AVEVA CAF API Documenation

The image to act on.
The offset.
The scale.
Scale(Image,PointF,Single) Method
An Image extension method that scales.
Syntax
[Extension()]
public static Image Scale( 
   Image image,
   PointF offset,
   float scale
)
[Extension()]
public:
static Image^ Scale( 
   Image^ image,
   PointF offset,
   float scale
) 

Parameters

image
The image to act on.
offset
The offset.
scale
The scale.

Return Value

An Image.
Exceptions
ExceptionDescription
Thrown when one or more required arguments are null.
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