PointFDivision Operator (PointF, Single) |
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 PointF operator /(
PointF point,
float value
)
Public Shared Operator / (
point As PointF,
value As Single
) As PointF
static let inline (/)
point : PointF *
value : float32 : PointF
Parameters
- point
- Type: Eto.DrawingPointF
Base point value - value
- Type: SystemSingle
Value to divide the X and Y co-ordinates with
Return Value
Type:
PointFA new instance of a point with the division of the X and Y co-ordinates of the
point and specified
valueSee Also