Leadtools.MedicalViewer Namespace > MedicalViewerCell Class : Polygons Property |
public RasterCollection<MedicalViewerMPRPolygon> Polygons {get;}
'Declaration Public ReadOnly Property Polygons As RasterCollection(Of MedicalViewerMPRPolygon)
'Usage Dim instance As MedicalViewerCell Dim value As RasterCollection(Of MedicalViewerMPRPolygon) value = instance.Polygons
public: property RasterCollection<MedicalViewerMPRPolygon^>^ Polygons { RasterCollection<MedicalViewerMPRPolygon^>^ get(); }