←Select platform

SizeCommand Constructor(int,int,RasterSizeFlags)

Summary

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

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
Public Function New( _ 
   ByVal width As Integer, _ 
   ByVal height As Integer, _ 
   ByVal flags As Leadtools.RasterSizeFlags _ 
) 
public SizeCommand(  
   int width, 
   int height, 
   Leadtools.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, 
   Leadtools.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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly