Gets or sets a point structure that contains the origin of the source rectangle.
public LeadPoint SourcePoint { get; set; }
Public Property SourcePoint As Leadtools.LeadPoint
public Leadtools.LeadPoint SourcePoint {get; set;}
@property (nonatomic, assign) LeadPoint sourcePoint
public LeadPoint getSourcePoint()
public void setSourcePoint(LeadPoint value)
<br/>get_SourcePoint();<br/>set_SourcePoint(value);<br/>Object.defineProperty('SourcePoint');
public:
property Leadtools.LeadPoint SourcePoint {
Leadtools.LeadPoint get();
void set ( Leadtools.LeadPoint );
}
Point structure that contains the origin of the source rectangle. The width and height of the source rectangle are the same as those of the destination rectangle.
This property is optional. If no value is assigned, it will be set to the default value which is (0,0).
Refer to CombineCommand.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET