LEADTOOLS (Leadtools assembly)
LEAD Technologies, Inc

CopyRectangleCommand Constructor(LeadRect,RasterMemoryFlags)






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. .NET support Silverlight support WinRT support
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
)
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

CopyRectangleCommand Class
CopyRectangleCommand Members
Overload List

 

 


Products | Support | Contact Us | Copyright Notices

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