SizeDivision Operator (Size, Int32) |
Divides 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 /(
Size size,
int factor
)
Public Shared Operator / (
size As Size,
factor As Integer
) As Size
static let inline (/)
size : Size *
factor : int : Size
Parameters
- size
- Type: Eto.DrawingSize
Size to divide - factor
- Type: SystemInt32
Factor to divide both the Width and Height by
Return Value
Type:
SizeA new instance of a Size struct with the width and height of
size divided by
factorSee Also