MathRect constructor

Initializes a new instance of the MathRect struct.

public MathRect(double fX, double fY, double fWidth, double fHeight)
parameter description
fX The X value.
fY The Y value.
fWidth The width.
fHeight The height.

See Also