RectangleMultiply Operator (Rectangle, Int32) |
Multiplies all X, Y, Width, Height components of the rectangle by a factor
Namespace:
Eto.Drawing
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public static Rectangle operator *(
Rectangle rectangle,
int factor
)
Public Shared Operator * (
rectangle As Rectangle,
factor As Integer
) As Rectangle
static let inline (*)
rectangle : Rectangle *
factor : int : Rectangle
Parameters
- rectangle
- Type: Eto.DrawingRectangle
Rectangle to multiply - factor
- Type: SystemInt32
Factor to mulitply by
Return Value
Type:
RectangleA new instance of a Rectangle with the product of the specified
rectangle and the
factorSee Also