Leadtools.MedicalViewer Namespace > MedicalViewerPanoramicCell Class : Polygon Property |
public MedicalViewerMPRPolygon Polygon {get; set;}
'Declaration Public Property Polygon As MedicalViewerMPRPolygon
'Usage Dim instance As MedicalViewerPanoramicCell Dim value As MedicalViewerMPRPolygon instance.Polygon = value value = instance.Polygon
public: property MedicalViewerMPRPolygon^ Polygon { MedicalViewerMPRPolygon^ get(); void set ( MedicalViewerMPRPolygon^ value); }