Skip to main content

TransformedBounds Constructor

Initializes a new instance of the TransformedBounds struct.

Definition

Namespace: Avalonia.VisualTree
Assembly: Avalonia.Base (in Avalonia.Base.dll)

public TransformedBounds(
Rect bounds,
Rect clip,
Matrix transform
)

Parameters

  Rect
The control's bounds.
  Rect
The control's clip rectangle.
  Matrix
The control's transform.

See Also

Reference

TransformedBounds Structure
Avalonia.VisualTree Namespace