Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

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.
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
)
- (instancetype)initWithWidth:(NSInteger)width
                       height:(NSInteger)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

Error processing SSI file