FitScaling Constructor
From Kaliko Image Library
Kaliko.ImageLibrary
FitScaling Constructor
Syntax
'DeclarationPublic Function New( _ ByVal targetWidth As System.Integer, _ ByVal targetHeight As System.Integer _ )
'UsageDim targetWidth As System.Integer Dim targetHeight As System.Integer Dim instance As New FitScaling(targetWidth, targetHeight)
public FitScaling( System.int targetWidth, System.int targetHeight )
public FitScaling( targetWidth: System.Integer; targetHeight: System.Integer );
public function FitScaling( targetWidth : System.int, targetHeight : System.int );
public: FitScaling( System.int targetWidth, System.int targetHeight )
public: FitScaling( System.int targetWidth, System.int targetHeight )
Parameters
- targetWidth
- targetHeight
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