CropScaling Constructor

Kaliko Image Library

Kaliko.ImageLibrary
CropScaling Constructor





Syntax
'Declaration
 
Public Function New( _
   ByVal targetWidth As System.Integer, _
   ByVal targetHeight As System.Integer _
)
'Usage
 
Dim targetWidth As System.Integer
Dim targetHeight As System.Integer
 
Dim instance As New CropScaling(targetWidth, targetHeight)
public CropScaling( 
   System.int targetWidth,
   System.int targetHeight
)
public CropScaling( 
    targetWidth: System.Integer;
    targetHeight: System.Integer
); 
public function CropScaling( 
   targetWidth : System.int,
   targetHeight : System.int
);
public: CropScaling( 
   System.int targetWidth,
   System.int targetHeight
)
public:
CropScaling( 
   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

This documentation was created using Document! X from Innovasys