Area Property (DicomLabel)
In This Topic
The 4 edges of the rectangle area of the DicomLabel
Syntax
'Declaration
Public Property Area As System.Drawing.RectangleF
'Usage
Dim instance As DicomLabel
Dim value As System.Drawing.RectangleF
instance.Area = value
value = instance.Area
public System.Drawing.RectangleF Area {get; set;}
public read-write property Area: System.Drawing.RectangleF;
public function get,set Area : System.Drawing.RectangleF
public: __property System.Drawing.RectangleF get_Area();
public: __property void set_Area(
System.Drawing.RectangleF value
);
public:
property System.Drawing.RectangleF Area {
System.Drawing.RectangleF get();
void set ( System.Drawing.RectangleF value);
}
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also