C#
VB
Java
Objective-C
WinRT C#
C++
Initializes a new instance of the SizeCommand class with explicit parameters.
public SizeCommand(int width,int height,RasterSizeFlags flags)
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)widthheight:(NSInteger)heightflags:(LTRasterSizeFlags)flags
function SizeCommand(width ,height ,flags)
public:SizeCommand(int width,int height,Leadtools.RasterSizeFlags flags)
width
New image width in pixels.
height
New image height in pixels.
flags
Flags that control the behavior when resizing the image.
For an example, refer to SizeCommand.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET
