LEADTOOLS (Leadtools assembly)
LEAD Technologies, Inc

Rectangle Property (CopyRectangleCommand)






Gets or sets the rectangle area to copy (in pixels). .NET support Silverlight support WinRT support
Syntax
public LeadRect Rectangle {get; set;}
'Declaration
 
Public Property Rectangle As LeadRect
'Usage
 
Dim instance As CopyRectangleCommand
Dim value As LeadRect
 
instance.Rectangle = value
 
value = instance.Rectangle
public LeadRect Rectangle {get; set;}
 get_Rectangle();
set_Rectangle(value);
public:
property LeadRect Rectangle {
   LeadRect get();
   void set (    LeadRect value);
}

Property Value

The rectangle area to copy (in pixels).
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

 

 


Products | Support | Contact Us | Copyright Notices

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