LEADTOOLS (Leadtools assembly)
LEAD Technologies, Inc

DestinationRectangle Property






Gets or sets the rectangle in the destination image. .NET support Silverlight support WinRT support
Syntax
public LeadRect DestinationRectangle {get; set;}
'Declaration
 
Public Property DestinationRectangle As LeadRect
'Usage
 
Dim instance As CombineFastCommand
Dim value As LeadRect
 
instance.DestinationRectangle = value
 
value = instance.DestinationRectangle
public LeadRect DestinationRectangle {get; set;}
 get_DestinationRectangle();
set_DestinationRectangle(value);
public:
property LeadRect DestinationRectangle {
   LeadRect get();
   void set (    LeadRect value);
}

Property Value

The rectangle in the destination image.
Example
For an example, refer to CombineFastCommand
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

CombineFastCommand Class
CombineFastCommand Members

 

 


Products | Support | Contact Us | Copyright Notices

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