Struct Point
Leave feedback
On this page
Point structure
public struct Point
| Name | Description |
|---|---|
| Point(float, float) | Initializes a new instance of the Point struct. |
| Name | Description |
|---|---|
| X { get; set; } | Gets or sets the X coordinate value. |
| Y { get; set; } | Gets or sets the Y coordinate value. |
| Name | Description |
|---|---|
| override Equals(object) | Determines whether the specified point is equal to the current point. |
| override GetHashCode() | Serves as the default hash function. |
| operator == | Compares two Point objects. The result specifies whether the values of the Point.X and Point.Y properties of the two Point objects are equal. |
| operator != | Compares two Point objects. The result specifies whether the values of the Point.X and Point.Y properties of the two Point objects are not equal. |
- namespace GroupDocs.Annotation.Models
- assembly GroupDocs.Annotation
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.