Click or drag to resize

SizeD Constructor

Initializes a new instance of the SizeD class

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

Parameters

width
Type: SystemDouble

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

height
Type: SystemDouble

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

See Also