Name | Description | |
---|---|---|
![]() | RectangleF | Initializes a new instance of the RectangleF class with the specified location and size. |
Name | Description | |
---|---|---|
![]() | RectangleF | Initializes a new instance of the RectangleF class with the specified location and size. |
Name | Description | |
---|---|---|
![]() | Bottom | Gets the y-coordinate that is the sum of Top and Height of this RectangleF structure. |
![]() ![]() | Empty | Represents an instance of the RectangleF class with its members uninitialized. |
![]() | Height | Gets or sets the height of this RectangleF structure. |
![]() | IsEmpty | Tests whether the Width or Height property of this RectangleF has a value of zero. |
![]() | Left | Gets the x-coordinate of the left edge of this RectangleF structure. |
![]() | Right | Gets the x-coordinate that is the sum of Left and Width of this RectangleF structure. |
![]() | Top | Gets the y-coordinate of the top edge of this RectangleF structure. |
![]() | Width | Gets or sets the width of this RectangleF structure. |
Name | Description | |
---|---|---|
![]() | Equals | Determines whether this instance and a specified object, which must also be a RectangleF object, have the same value. |
![]() | GetHashCode | Gets the hash code for this RectangleF structure. |
![]() | ToString | Converts the attributes of this Rectangle to a human-readable string. |
Name | Description | |
---|---|---|
![]() | Equality | Tests whether two RectangleF structures have equal location and size. |
![]() | Inequality | Tests whether two RectangleF structures differ in location or size. |