| 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: 13.0.131
 Syntax
Syntaxpublic GraphPoint(
	int x,
	int y
)
Parameters
- x
- Type: SystemInt32
 Position on the x-axis.
- y
- Type: SystemInt32
 Position on the y-axis.
 See Also
See Also