C#
VB
Java
Objective-C
WinRT C#
C++
Gets or sets the center point of this AnnPointObject.
public LeadPointD CenterPoint { get; set; }
Public Property CenterPoint As Leadtools.LeadPointD
public Leadtools.LeadPointD CenterPoint {get; set;}
@property (nonatomic) LeadPointD centerPoint;
public LeadPointD getCenterPoint()
public void setCenterPoint(LeadPointD centerPoint)
get_CenterPoint();
set_CenterPoint(value);
Object.defineProperty('CenterPoint');
public:
property LeadPointD^ CenterPoint
{
LeadPointD^ get()
void set(LeadPointD^ value)
}
The center point of this AnnPointObject.
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