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