public LeadPoint SourcePoint {get; set;}
             
        
            
            'Declaration
 
Public Property SourcePoint As LeadPoint
             
        
            
            'Usage
 
Dim instance As CombineFastCommand
Dim value As LeadPoint
 
instance.SourcePoint = value
 
value = instance.SourcePoint
             
        
            
            public LeadPoint SourcePoint {get; set;}
             
        
            
            @property (nonatomic, assign) LeadPoint sourcePoint
             
        
            
            public final LeadPoint getSourcePoint()
public final void setSourcePoint(LeadPoint value)
            
             
        
            
             <br/>get_SourcePoint();<br/>set_SourcePoint(value);<br/>Object.defineProperty('SourcePoint'); 
             
        
            
            public:
property LeadPoint SourcePoint {
   LeadPoint get();
   void set (    LeadPoint value);
}
             
        
             
        
            
            
            Property Value
The origin of the source rectangle.