Click or drag to resize
GraphPoint Class
Represents coordinates of a point in a two-dimensional space.
Inheritance Hierarchy
SystemObject
  CMS.Helpers.UniGraphConfigGraphPoint

Namespace: CMS.Helpers.UniGraphConfig
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 12.0.0
Syntax
C#
public class GraphPoint

The GraphPoint type exposes the following members.

Constructors
  NameDescription
Public methodGraphPoint
Initializes a new instance of the GraphPoint class with coordinates set to zero.
Public methodGraphPoint(Int32, Int32)
Initializes a new instance of the GraphPoint class from given coordinates.
Top
Properties
  NameDescription
Public propertyX
Gets or sets the x-coordinate.
Public propertyY
Gets or sets the y-coordinate.
Top
See Also