RectangleFMultiply Operator (RectangleF, Single) |
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 RectangleF operator *(
RectangleF rectangle,
float factor
)
Public Shared Operator * (
rectangle As RectangleF,
factor As Single
) As RectangleF
static let inline (*)
rectangle : RectangleF *
factor : float32 : RectangleF
Parameters
- rectangle
- Type: Eto.DrawingRectangleF
Rectangle to multiply - factor
- Type: SystemSingle
Factor to mulitply by
Return Value
Type:
RectangleFA new instance of a Rectangle with the product of the specified
rectangle and the
factorSee Also