Scale Method (KalikoImage)
Kaliko.ImageLibrary Namespace > KalikoImage Class : Scale Method |
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
public KalikoImage Scale( ScalingBase scaleEngine )
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