C#
VB
Java
Objective-C
WinRT C#
C++
Gets or sets the location of the mouse.
public LeadPointD Location { get; set; }
Public Property Location As Leadtools.LeadPointD
public Leadtools.LeadPointD Location {get; set;}
@property (nonatomic) LeadPointD location;
public LeadPointD getLocation()
public void setLocation(LeadPointD pt)
get_Location();
set_Location(value);
Object.defineProperty('Location');
public:
property LeadPointD^ Location
{
LeadPointD^ get()
void set(LeadPointD^ value)
}
A Leadtools.LeadPointD that indicates the location of the mouse.
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