GcPoint Structure Members
In This Topic
The following tables list the members exposed by GcPoint.
Public Constructors
| Name | Description |
| GcPoint Constructor | Initializes a new instance of the GrapeCity.Excel.GcPoint class with the specified coordinates. |
Top
Public Properties
| Name | Description |
| X | Gets or sets the x-coordinate of this GrapeCity.Excel.GcPoint |
| Y | Gets or sets the y-coordinate of this GrapeCity.Excel.GcPoint |
Top
Public Methods
| Name | Description |
| Equals | Overloaded. Compares two GrapeCity.Excel.GcPoint objects. The result specifies whether the values of the two objects are unequal |
| GetHashCode | Returns a hash code for this GrapeCity.Excel.GcPoint |
Top
Public Operators
Equality | Compares two GrapeCity.Excel.GcPoint objects. The result specifies whether the values of the two objects are equal |
Inequality | Compares two GrapeCity.Excel.GcPoint objects. The result specifies whether the values of the two objects are unequal |
Top
See Also