AVEVA CAF API Documenation

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

Parameters

image
The image to act on.
newImage
The new image.
offset
The offset.
scale
The scale.
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