RectMultiply(Rect, Vector) Operator
Multiplies a rectangle by a scaling vector.
Namespace: AvaloniaAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public static Rect operator *(
Rect rect,
Vector scale
)
Public Shared Operator * (
rect As Rect,
scale As Vector
) As Rect
static let inline (*)
rect : Rect *
scale : Vector : Rect
- rect Rect
- The rectangle.
- scale Vector
- The vector scale.
RectThe scaled rectangle.