←Select platform

CopyRectangleCommand Constructor(LeadRect,RasterMemoryFlags)

Summary

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

Syntax
C#
VB
Objective-C
C++
Java
Public Function New( _ 
   ByVal rc As LeadRect, _ 
   ByVal createFlags As RasterMemoryFlags _ 
) 
- (instancetype)initWithRectangle:(LeadRect)rect  
                            flags:(LTRasterMemoryFlags)flags 
public CopyRectangleCommand( 
   LeadRect rc,  
   int createFlags 
) 
public: 
CopyRectangleCommand(  
   LeadRect rc, 
   RasterMemoryFlags createFlags 
) 

Parameters

rc
The rectangle to copy (in pixels).

createFlags
Flags that control memory allocation for the destination image.

Example

For an example, refer to CopyRectangleCommand.

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