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