Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Operator: RectangleD operator*(double, RectangleD)

Declaration

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

Summary

Scales the rectangle’s position and size by the specified factor.