←Select platform

SizeCommand Constructor(int,int,RasterSizeFlags)

Summary

Initializes a new instance of the SizeCommand class with explicit parameters.

Syntax
C#
VB
Objective-C
C++
Java
Public Function New( _ 
   ByVal width As Integer, _ 
   ByVal height As Integer, _ 
   ByVal flags As RasterSizeFlags _ 
) 
- (instancetype)initWithWidth:(NSInteger)width 
                       height:(NSInteger)height 
                        flags:(LTRasterSizeFlags)flags 
public SizeCommand( 
  int width,  
  int height,  
  RasterSizeFlags 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

Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly