SizeMultiply Operator (Int32, Size) |
Multiplies the
Width and
Height of a
size by the specified
factor
Namespace:
Eto.Drawing
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public static Size operator *(
int factor,
Size size
)
Public Shared Operator * (
factor As Integer,
size As Size
) As Size
static let inline (*)
factor : int *
size : Size : Size
Parameters
- factor
- Type: SystemInt32
Factor to multiply both the Width and Height by - size
- Type: Eto.DrawingSize
Size to multiply
Return Value
Type:
SizeA new instance of a Size struct with the product of the
size and
factorSee Also