LEADTOOLS (Leadtools assembly)

DestinationRectangle Property

Show in webframe







Gets or sets the rectangle in the destination image.
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;}
@property (nonatomic, assign) LeadRect destinationRectangle;
public final LeadRect getDestinationRectangle()
public final void setDestinationRectangle(LeadRect value)
            
 
get_DestinationRectangle();
set_DestinationRectangle(value);
Object.defineProperty('DestinationRectangle');
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

See Also

Reference

CombineFastCommand Class
CombineFastCommand Members

 

 


Products | Support | Contact Us | Copyright Notices

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