Constructor RectD
RectD(double, double, double, double)
Initializes a new instance of the RectD class with the specified location and size.
public RectD(double x, double y, double width, double height)
Parameters
RectD(PointD, SizeD)
Initializes a new instance of the RectD class with the specified location and size.
public RectD(PointD location, SizeD size)
Parameters
RectD(Vector4)
public RectD(Vector4 vector)
Parameters
vector
Vector4