Skip to main content

Division Operator

Divides a rectangle by a 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
Avalonia Namespace