MathPoint constructor

Initializes a new instance of the MathPoint struct.

public MathPoint(double fX, double fY)
parameter description
fX The X value.
fY The Y value.

See Also