Points Property

Summary

Gets the MedicalViewerPointCollection<PointF> that represents the polygon points.

Syntax
C#
VB
C++
public MedicalViewerPointCollection<PointF> Points { get; } 
  
Public ReadOnly Property Points As MedicalViewerPointCollection(Of PointF) 

Property Value

MedicalViewerPointCollection<PointF> that represents the polygon points.

Remarks

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.

Example

For an example, refer to MedicalViewerPanoramicCell.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 Apryse Sofware Corp. All Rights Reserved.

Leadtools.MedicalViewer Assembly