Scale Method (ScalingBase)

Kaliko Image Library

Kaliko.ImageLibrary
Scale Method (ScalingBase)





Image to be scaled
Core function that applies the scaling to the image.
Syntax
'Declaration
 
Public Function Scale( _
   ByVal sourceImage As KalikoImage _
) As KalikoImage
'Usage
 
Dim instance As ScalingBase
Dim sourceImage As KalikoImage
Dim value As KalikoImage
 
value = instance.Scale(sourceImage)
public function Scale( 
    sourceImage: KalikoImage
): KalikoImage; 
public function Scale( 
   sourceImage : KalikoImage
) : KalikoImage;

Parameters

sourceImage
Image to be scaled

Return Value

Scaled 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

This documentation was created using Document! X from Innovasys