LEADTOOLS (Leadtools assembly)

SizeCommand Constructor(Int32,Int32,RasterSizeFlags)

Show in webframe







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.
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
)
-(id)initWithWidth:(unsigned int)width 
            height:(unsigned int)height 
             flags:(LTRasterSizeFlags)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

See Also

Reference

SizeCommand Class
SizeCommand Members
Overload List

 

 


Products | Support | Contact Us | Copyright Notices

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