TransformedBounds.

TransformedBounds(Rect, Rect, Matrix) Constructor

Summary

Initializes a new instance of the TransformedBounds struct.
Namespace
Avalonia.VisualTree
Containing Type
TransformedBounds

Syntax

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

Parameters

Name Type Description
bounds Rect The control's bounds.
clip Rect The control's clip rectangle.
transform Matrix The control's transform.

Return Value

Type Description
void