Point
Leave feedback
On this page
Represents a point.
public sealed class Point : IEquatable<Point>
| Name | Description |
|---|---|
| static Parse(string) | Converts the string representation of a point to its class equivalent. |
| override Equals(object) | Determines whether the current Point is the same as specified object. |
| Equals(Point) | Determines whether the current Point is the same as specified Point object. |
| override GetHashCode() | Returns the hash code for the current Point object. |
| override ToString() | Converts the value of this instance to String. |
| static TryParse(string, out Point) | Converts the string representation of a point to its class equivalent. A return value indicates whether the conversion is succeeded or failed. |
| operator == | Determines whether two Point objects are the same. |
| operator != | Determines whether two Point objects are not the same. |
- namespace GroupDocs.Parser.Data
- assembly GroupDocs.Parser
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.