C#
VB
Java
Objective-C
C++
Gets or sets the coordinates of the upper-left corner of this LeadRect structure.
[XmlIgnoreAttribute()]
public LeadPoint Location { get; set; }
<BrowsableAttribute(False)>
<XmlIgnoreAttribute()>
Public Property Location As Leadtools.LeadPoint
LeadPoint LeadRectLocation(LeadRect rect)
public LeadPoint getLocation()
public void setLocation(LeadPoint value)
[BrowsableAttribute(false)]
[XmlIgnoreAttribute()]
public:
property Leadtools.LeadPoint Location {
Leadtools.LeadPoint get();
void set ( Leadtools.LeadPoint );
}
The upper-left corner coordinates of this LeadRect.
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