![]() | SinglePoint Structure |
Namespace: Patagames.Pdf.Net.Controls
The SinglePoint type exposes the following members.
Name | Description | |
---|---|---|
![]() | SinglePoint |
Initializes a new instance of an SinglePointPoint with the specified X and Y coordinates.
|
Name | Description | |
---|---|---|
![]() ![]() | Empty |
Gets the empty point, a special value that represents a point with no position or area.
|
![]() | IsEmpty |
Gets a value indicating whether the point is empty.
|
![]() | X |
Gets or sets the x-coordinate of the point.
|
![]() | Y |
Gets or sets the y-coordinate of the point.
|
Name | Description | |
---|---|---|
![]() | Equals(Object) |
Determines whether the specified point is equal to this point.
(Overrides ValueTypeEquals(Object).) |
![]() | Equals(SinglePoint) |
Determines whether the specified point is equal to this point.
|
![]() ![]() | Equals(SinglePoint, SinglePoint) |
Determines whether the specified points are equal.
|
![]() | GetHashCode |
Creates a hash code from this point's X and Y values.
(Overrides ValueTypeGetHashCode.) |
![]() | ToInt32Point |
Convert this instance of SinglePoint to Int32Point.
|
Name | Description | |
---|---|---|
![]() ![]() | Addition |
Translates a SinglePoint by a given SinglePoint.
|
![]() ![]() | Equality |
Compares two points for exact equality.
|
![]() ![]() | Inequality |
Compares two points for inequality.
|
![]() ![]() | Subtraction |
Translates a SinglePoint by the negative of a given SinglePoint.
|