←Select platform

Location Property

Summary

Gets or sets the location of the mouse.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
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) 
   } 

Property Value

A Leadtools.LeadPointD that indicates the location of the mouse.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Core Assembly