public readonly struct RelativePoint : IEquatable<RelativePoint>Public Structure RelativePoint
Implements IEquatable(Of RelativePoint)[<SealedAttribute>]
type RelativePoint =
struct
inherit ValueType
interface IEquatable<RelativePoint>
end| Equals(Object) |
Checks if the RelativePoint equals another object.
(Overrides ValueTypeEquals(Object)) |
| Equals(RelativePoint) | Checks if the RelativePoint equals another point. |
| GetHashCode |
Gets a hashcode for a RelativePoint.
(Overrides ValueTypeGetHashCode) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| Parse(String) | Parses a RelativePoint string. |
| ToPixels(Rect) | Converts a RelativePoint into pixels. |
| ToPixels(Size) | Converts a RelativePoint into pixels. |
| ToString |
Returns a String representing this RelativePoint instance.
(Overrides ValueTypeToString) |
| Equality(RelativePoint, RelativePoint) | Checks for equality between two RelativePoints. |
| Inequality(RelativePoint, RelativePoint) | Checks for inequality between two RelativePoints. |
| BottomRight | A point at the bottom right of the containing element. |
| Center | A point at the center of the containing element. |
| TopLeft | A point at the top left of the containing element. |