LEADTOOLS (Leadtools assembly)

SourcePoint Property

Show in webframe







Gets or sets the origin of the source rectangle.
Syntax
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)
            
 
get_SourcePoint();
set_SourcePoint(value);
Object.defineProperty('SourcePoint');
public:
property LeadPoint SourcePoint {
   LeadPoint get();
   void set (    LeadPoint value);
}

Property Value

The origin of the source rectangle.
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.