LEADTOOLS Image Processing (Leadtools.ImageProcessing.Effects assembly)

DestinationRectangle Property (CombineCommand)

LEADTOOLS SDK Help  |  







Gets or sets the rectangle structure that contains the destination rectangle.
Syntax
public LeadRect DestinationRectangle {get; set;}
public LeadRect DestinationRectangle {get; set;}
@property (nonatomic, assign) LeadRect destinationRectangle;
public LeadRect getDestinationRectangle()
public void setDestinationRectangle(LeadRect value)
            
 
get_DestinationRectangle();
set_DestinationRectangle(value);
Object.defineProperty('DestinationRectangle');
public:
property LeadRect DestinationRectangle {
   LeadRect get();
   void set (    LeadRect value);
}
'Declaration
 
Public Property DestinationRectangle As LeadRect
 
'Usage
 
Dim instance As CombineCommand
Dim value As LeadRect
 
instance.DestinationRectangle = value
 
value = instance.DestinationRectangle

Property Value

Rectangle structure that contains the destination rectangle.
Remarks
The DestinationRectangle must be defined in order to show the CombineCommand results.
Example
Refer to CombineCommand.
Requirements

Target Platforms

See Also

Reference

CombineCommand Class
CombineCommand Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.