SizeFMultiply Operator (Single, SizeF) |
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 SizeF operator *(
float factor,
SizeF size
)
Public Shared Operator * (
factor As Single,
size As SizeF
) As SizeF
static let inline (*)
factor : float32 *
size : SizeF : SizeF
Parameters
- factor
- Type: SystemSingle
Factor to multiply both the Width and Height by - size
- Type: Eto.DrawingSizeF
Size to multiply
Return Value
Type:
SizeFA new instance of a SizeF struct with the product of the
size and
factorSee Also