Click or drag to resize

SizeM Constructor

Initializes a new instance of the SizeM class

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

Parameters

width
Type: SystemDecimal

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

height
Type: SystemDecimal

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

See Also