RectMultiply(Rect, Vector) Operator

Multiplies a rectangle by a scaling vector.

Definition

Namespace: Avalonia
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public static Rect operator *(
	Rect rect,
	Vector scale
)

Parameters

rect  Rect
The rectangle.
scale  Vector
The vector scale.

Return Value

Rect
The scaled rectangle.

See Also