LEADTOOLS (Leadtools assembly)

CopyRectangleCommand Constructor(LeadRect,RasterMemoryFlags)

Show in webframe







The rectangle to copy (in pixels).
Flags that control memory allocation for the destination image.
Initializes a new instance of the CopyRectangleCommand class with explicit parameters.
Syntax
public CopyRectangleCommand( 
   LeadRect rc,
   RasterMemoryFlags createFlags
)
'Declaration
 
Public Function New( _
   ByVal rc As LeadRect, _
   ByVal createFlags As RasterMemoryFlags _
)
'Usage
 
Dim rc As LeadRect
Dim createFlags As RasterMemoryFlags
 
Dim instance As New CopyRectangleCommand(rc, createFlags)
public CopyRectangleCommand( 
   LeadRect rc,
   RasterMemoryFlags createFlags
)
-(id)initWithRectangle:(LeadRect)rect andFlags:(LTRasterMemoryFlags)createFlags;
public CopyRectangleCommand(LeadRect rc, int createFlags)
function CopyRectangleCommand( 
   rc ,
   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

See Also

Reference

CopyRectangleCommand Class
CopyRectangleCommand Members
Overload List

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.