TransformedBounds Constructor
Initializes a new instance of the TransformedBounds struct.
Definition
Namespace: Avalonia.VisualTree
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public TransformedBounds(
Rect bounds,
Rect clip,
Matrix transform
)
Public Sub New (
bounds As Rect,
clip As Rect,
transform As Matrix
)
new :
bounds : Rect *
clip : Rect *
transform : Matrix -> TransformedBounds