Click or drag to resize

RectangleD Constructor (Double, Double, Double, Double)

Initializes a new instance of the RectangleD class

Namespace:  Stimulsoft.Base.Drawing
Assembly:  Stimulsoft.Base (in Stimulsoft.Base.dll) Version: 2019.3.1.0
Syntax
public RectangleD(
	double x,
	double y,
	double width,
	double height
)

Parameters

x
Type: SystemDouble

[Missing <param name="x"/> documentation for "M:Stimulsoft.Base.Drawing.RectangleD.#ctor(System.Double,System.Double,System.Double,System.Double)"]

y
Type: SystemDouble

[Missing <param name="y"/> documentation for "M:Stimulsoft.Base.Drawing.RectangleD.#ctor(System.Double,System.Double,System.Double,System.Double)"]

width
Type: SystemDouble

[Missing <param name="width"/> documentation for "M:Stimulsoft.Base.Drawing.RectangleD.#ctor(System.Double,System.Double,System.Double,System.Double)"]

height
Type: SystemDouble

[Missing <param name="height"/> documentation for "M:Stimulsoft.Base.Drawing.RectangleD.#ctor(System.Double,System.Double,System.Double,System.Double)"]

See Also