Click or drag to resize
GraphPoint Constructor (Int32, Int32)
Initializes a new instance of the GraphPoint class from given coordinates.

Namespace: CMS.Helpers.UniGraphConfig
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 12.0.0
Syntax
C#
public GraphPoint(
	int x,
	int y
)

Parameters

x
Type: SystemInt32
Position on the x-axis.
y
Type: SystemInt32
Position on the y-axis.
See Also