GraphPoint Constructor (Int32, Int32) |
Initializes a new instance of the
GraphPoint class from given coordinates.
Namespace: CMS.Helpers.UniGraphConfigAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 12.0.0
Syntax 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