C#
VB
Java
Objective-C
WinRT C#
C++
Initializes a new instance of the CopyRectangleCommand class with explicit parameters.
public CopyRectangleCommand(
LeadRect rc,
RasterMemoryFlags createFlags
)
Public Function New( _
ByVal rc As Leadtools.LeadRect, _
ByVal createFlags As Leadtools.RasterMemoryFlags _
)
public CopyRectangleCommand(
Leadtools.LeadRect rc,
Leadtools.RasterMemoryFlags createFlags
)
- (instancetype)initWithRectangle:(LeadRect)rect
flags:(LTRasterMemoryFlags)flags
public CopyRectangleCommand(
LeadRect rc,
int createFlags
)
function CopyRectangleCommand(
rc ,
createFlags
)
public:
CopyRectangleCommand(
Leadtools.LeadRect rc,
Leadtools.RasterMemoryFlags createFlags
)
rc
The rectangle to copy (in pixels).
createFlags
Flags that control memory allocation for the destination image.
For an example, refer to CopyRectangleCommand.
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