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 KalikoImage Scale( KalikoImage sourceImage )
public function Scale( sourceImage: KalikoImage ): KalikoImage;
public function Scale( sourceImage : KalikoImage ) : KalikoImage;
public: KalikoImage* Scale( KalikoImage* sourceImage )
public: KalikoImage^ Scale( KalikoImage^ sourceImage )
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