Skip to main content

Multiply(Rect, Double) Operator

Multiplies a rectangle by a scale.

Definition

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

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

Parameters

  Rect
The rectangle.
  Double
The scale.

Return Value

Rect
The scaled rectangle.

See Also

Reference

Rect Structure
Multiply Overload
Avalonia Namespace