C#
VB
Java
Objective-C
WinRT C#
C++
Gets or sets the position of this AnnTextPointerObject object's pointer.
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)
}
A Leadtools.LeadPointD that specifies the position of the pointer.
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