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)
            
             
        
            
             <br/>get_DestinationRectangle();<br/>set_DestinationRectangle(value);<br/>Object.defineProperty('DestinationRectangle'); 
             
        
            
            public:
property LeadRect DestinationRectangle {
   LeadRect get();
   void set (    LeadRect value);
}
             
        
             
        
            
            
            Property Value
The rectangle in the destination image.