Skip to main content

Multiply(Rect, Vector) Operator

Multiplies a rectangle by a scaling vector.

Definition

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

public static Rect operator *(
Rect rect,
Vector scale
)

Parameters

  Rect
The rectangle.
  Vector
The vector scale.

Return Value

Rect
The scaled rectangle.

See Also

Reference

Rect Structure
Multiply Overload
Avalonia Namespace