Class Point
Point class
public class Point : GraphicalObject, IEquatable<Point>
Constructors
| Name | Description |
|---|---|
| Point() | The default constructor. |
Properties
| Name | Description |
|---|---|
| Coordinate { get; set; } | |
| override GraphicalObjectType { get; } | |
| Symbol { get; set; } | |
| SymbolId { get; set; } |
Methods
| Name | Description |
|---|---|
| override Equals(object) | |
| Equals(Point) | |
| override GetHashCode() | |
| operator == | |
| operator != |
See Also
- class GraphicalObject
- namespace Aspose.Gis.Common.Formats.MapInfo.GraphicalObjects
- assembly Aspose.GIS