TransformedBounds Structure

Holds information about the bounds of a control, together with a transform and a clip.

Definition

Namespace: Avalonia.VisualTree
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public readonly struct TransformedBounds : IEquatable<TransformedBounds>
Inheritance
Object    ValueType    TransformedBounds
Implements
IEquatableTransformedBounds

Properties

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.

Methods

Operators

See Also