Scale Method (KalikoImage)

Kaliko Image Library

Kaliko.ImageLibrary
Scale Method (KalikoImage)





Scale the image using a defined scaling engine which can be CropScaling Class will crop the image so that the final result always has the given dimension, FitScaling Class will ensure that the complete image is visible inside the given dimension or PadScaling Class that will pad the image so that it cover the given dimension.
Syntax
'Declaration
 
Public Function Scale( _
   ByVal scaleEngine As ScalingBase _
) As KalikoImage
'Usage
 
Dim instance As KalikoImage
Dim scaleEngine As ScalingBase
Dim value As KalikoImage
 
value = instance.Scale(scaleEngine)
public function Scale( 
    scaleEngine: ScalingBase
): KalikoImage; 
public function Scale( 
   scaleEngine : ScalingBase
) : KalikoImage;

Parameters

scaleEngine
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