LEADTOOLS (Leadtools assembly)
LEAD Technologies, Inc

SizeCommand Constructor(Int32,Int32,RasterSizeFlags)






New image width in pixels.
New image height in pixels.
Flags that control the behavior when resizing the image.
Initializes a new instance of the SizeCommand class with explicit parameters. .NET support Silverlight support WinRT support
Syntax
public SizeCommand( 
   int width,
   int height,
   RasterSizeFlags flags
)
'Declaration
 
Public Function New( _
   ByVal width As Integer, _
   ByVal height As Integer, _
   ByVal flags As RasterSizeFlags _
)
'Usage
 
Dim width As Integer
Dim height As Integer
Dim flags As RasterSizeFlags
 
Dim instance As New SizeCommand(width, height, flags)
public SizeCommand( 
   int width,
   int height,
   RasterSizeFlags flags
)
function SizeCommand( 
   width ,
   height ,
   flags 
)
public:
SizeCommand( 
   int width,
   int height,
   RasterSizeFlags flags
)

Parameters

width
New image width in pixels.
height
New image height in pixels.
flags
Flags that control the behavior when resizing the image.
Example
For an example, refer to SizeCommand.
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

Reference

SizeCommand Class
SizeCommand Members
Overload List

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.