PointDivision Operator
Divides a point by a factor coordinate-wise
Namespace: AvaloniaAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public static Point operator /(
Point p,
double k
)
Public Shared Operator / (
p As Point,
k As Double
) As Point
static let inline (/)
p : Point *
k : float : Point
- p Point
- Point to divide by
- k Double
- Factor
PointPoints having its coordinates divided