[C#]
static PointF operator / (PointF a, double b);
[Visual Basic]
Shared Function Operator / (a As PointF, b As Double) As PointF
None.