Kaliko.ImageLibrary
PadScaling Constructor(Int32,Int32,Color)
Syntax
'Declaration
Public Function New( _ ByVal targetWidth As System.Integer, _ ByVal targetHeight As System.Integer, _ ByVal backgroundColor As System.Drawing.Color _ )
'Usage
Dim targetWidth As System.Integer Dim targetHeight As System.Integer Dim backgroundColor As System.Drawing.Color Dim instance As New PadScaling(targetWidth, targetHeight, backgroundColor)
public PadScaling( System.int targetWidth, System.int targetHeight, System.Drawing.Color backgroundColor )
public PadScaling( targetWidth: System.Integer; targetHeight: System.Integer; backgroundColor: System.Drawing.Color );
public function PadScaling( targetWidth : System.int, targetHeight : System.int, backgroundColor : System.Drawing.Color );
public: PadScaling( System.int targetWidth, System.int targetHeight, System.Drawing.Color backgroundColor )
public: PadScaling( System.int targetWidth, System.int targetHeight, System.Drawing.Color backgroundColor )
Parameters
- targetWidth
- targetHeight
- backgroundColor
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