Click or drag to resize

PointM Constructor

Initializes a new instance of the PointM class

Namespace:  Stimulsoft.Base.Drawing
Assembly:  Stimulsoft.Base (in Stimulsoft.Base.dll) Version: 2019.3.1.0
Syntax
public PointM(
	decimal x,
	decimal y
)

Parameters

x
Type: SystemDecimal

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

y
Type: SystemDecimal

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

See Also