←Select platform

PointerPosition Property

Summary

Gets or sets the position of this AnnTextPointerObject object's pointer.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public LeadPointD PointerPosition { get; set; } 
Public Property PointerPosition As Leadtools.LeadPointD 
public Leadtools.LeadPointD PointerPosition {get; set;} 
@property (nonatomic) LeadPointD pointerPosition; 
public LeadPointD getPointerPosition() 
public void setPointerPosition(LeadPointD position) 
             
  
get_PointerPosition(); 
set_PointerPosition(value); 
Object.defineProperty('PointerPosition');  
public:  
   property LeadPointD^ PointerPosition 
   { 
      LeadPointD^ get() 
      void set(LeadPointD^ value) 
   } 

Property Value

A Leadtools.LeadPointD that specifies the position of the pointer.

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