PointDivision Operator (Point, Int32) |
Divides the X and Y co-ordinates of the specified point with a given value
Namespace:
Eto.Drawing
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public static Point operator /(
Point point,
int value
)
Public Shared Operator / (
point As Point,
value As Integer
) As Point
static let inline (/)
point : Point *
value : int : Point
Parameters
- point
- Type: Eto.DrawingPoint
Base point value - value
- Type: SystemInt32
Value to divide the X and Y co-ordinates with
Return Value
Type:
PointA new instance of a point with the division of the X and Y co-ordinates of the
point and specified
valueSee Also