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)width
height:(NSInteger)height
flags:(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