RectangleF {System.Drawing} |
.NET clr documentation |
RectangleF
Description
Declare
# namespace System.Drawing
export class RectangleF extends ValueType {
Bottom: double;
Height: double;
IsEmpty: boolean;
Left: double;
Location: PointF;
Right: double;
Size: SizeF;
Top: double;
Width: double;
X: double;
Y: double;
}
.NET clr type reference tree
- this class extends from ValueType class: ValueType
- use by property member
Location
: PointF
- use by property member
Size
: SizeF
[Package
{$package} version {$version}
Index]