C#
VB
Java
Objective-C
WinRT C#
C++
Gets or sets a point structure that contains a two-dimensional position of the Matrix array, to be used as the matrix (mask)center.
public LeadPoint CenterPoint { get; set; }
Public Property CenterPoint As Leadtools.LeadPoint
public Leadtools.LeadPoint CenterPoint {get; set;}
@property (nonatomic, assign) LeadPoint centerPoint
public LeadPoint getCenterPoint()
public void setCenterPoint(LeadPoint value)
<br/>get_CenterPoint();<br/>set_CenterPoint(value);<br/>Object.defineProperty('CenterPoint');
public:
property Leadtools.LeadPoint CenterPoint {
Leadtools.LeadPoint get();
void set ( Leadtools.LeadPoint );
}
LeadPoint structure that contains a two-dimensional position of the Matrix array, to be used as the matrix (mask)center.
Refer to UserFilterCommand.
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