public readonly struct TransformedBounds : IEquatable<TransformedBounds>Public Structure TransformedBounds
Implements IEquatable(Of TransformedBounds)[<SealedAttribute>]
type TransformedBounds =
struct
inherit ValueType
interface IEquatable<TransformedBounds>
end| Bounds | Gets the control's bounds in its local coordinate space. |
| Clip | Gets the control's clip rectangle in global coordinate space. |
| Transform | Gets the transform from local to global coordinate space. |
| Contains(Point) | |
| Equals(Object) | (Overrides ValueTypeEquals(Object)) |
| Equals(TransformedBounds) | |
| GetHashCode | (Overrides ValueTypeGetHashCode) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| ToString | (Overrides ValueTypeToString) |