←Select platform

PointerPosition Property

Summary

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

Syntax
C#
VB
Objective-C
C++
Java
public LeadPointD PointerPosition { get; set; } 
Public Property PointerPosition As LeadPointD 
@property (nonatomic) LeadPointD pointerPosition; 
public LeadPointD getPointerPosition() 
public void setPointerPosition(LeadPointD position) 
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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly