Constructor RectD
RectD(float, float, float, float)
Initializes a new instance of the RectD class with the specified location and size.
public RectD(float x, float y, float width, float 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(PointI, SizeI)
Initializes a new instance of the RectD structure with the specified location and size.
public RectD(PointI location, SizeI size)
Parameters
locationPointIThe top-left corner of the rectangle, represented as a PointI.
sizeSizeIThe dimensions of the rectangle, represented as a SizeI.
RectD(RectI)
public RectD(RectI r)
Parameters
RectD(Vector4)
public RectD(Vector4 vector)
Parameters
vectorVector4