public readonly struct RelativeRect : IEquatable<RelativeRect>Public Structure RelativeRect
Implements IEquatable(Of RelativeRect)[<SealedAttribute>]
type RelativeRect =
struct
inherit ValueType
interface IEquatable<RelativeRect>
end| Equals(Object) |
Checks if the RelativeRect equals another object.
(Overrides ValueTypeEquals(Object)) |
| Equals(RelativeRect) | Checks if the RelativeRect equals another rectangle. |
| GetHashCode |
Gets a hashcode for a RelativeRect.
(Overrides ValueTypeGetHashCode) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| Parse(String) | Parses a RelativeRect string. |
| ToPixels(Rect) | Converts a RelativeRect into pixels. |
| ToPixels(Size) | Converts a RelativeRect into pixels. |
| ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType) |
| Equality(RelativeRect, RelativeRect) | Checks for equality between two RelativeRects. |
| Inequality(RelativeRect, RelativeRect) | Checks for inequality between two RelativeRects. |
| Fill | A rectangle that represents 100% of an area. |