Gets the MedicalViewerPointCollection<PointF> that represents the polygon points.
public MedicalViewerPointCollection<PointF> Points { get; }
Public ReadOnly Property Points As Leadtools.Medicalviewer.MedicalViewerPointCollection(Of PointF)
public:
property Leadtools.Medicalviewer.MedicalViewerPointCollection<PointF>^ Points {
Leadtools.Medicalviewer.MedicalViewerPointCollection<PointF>^ get();
}
MedicalViewerPointCollection<PointF> that represents the polygon points.
If the user adjust any point programmatically, then the method Recalculate must be called to adjust the polygon and the panromic image based on the new changes.
For an example, refer to MedicalViewerPanoramicCell.
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