Point |
The PointD2D type exposes the following members.
| Name | Description | |
|---|---|---|
| Deconstruct | Deconstructs this point into its x and y components. | |
| Distance | Calculates the distance between two points. | |
| DistanceSquared | Calculates the squared distance between two points. | |
| DistanceSquaredTo | Calculates the squared distance between this point and another point. | |
| DistanceTo | Calculates the distance between this point and another point. | |
| DotProduct(PointD2D) | Calculates the dot product of this point and another point. | |
| DotProduct(PointD2D, PointD2D) | Calculates the dot product of two points. | |
| Equals | Indicates whether this instance and a specified object are equal. (Overrides ValueTypeEquals(Object)) | |
| Get90DegreeRotated | Gets a new point rotated by 90 degrees counterclockwise. | |
| GetHashCode | Returns the hash code for this instance. (Overrides ValueTypeGetHashCode) | |
| GetMemberwiseAbs | Gets a new point with both components replaced by their absolute values. | |
| GetNormalized | Gets a normalized version of this point (length 1). | |
| GetRotatedByDegree(Double) | Gets a new point rotated by a specified angle in degrees around the origin. | |
| GetRotatedByDegree(Double, PointD2D) | Gets a new point rotated by a specified angle in degrees around a pivot. | |
| GetRotatedByRad(Double) | Gets a new point rotated by a specified angle in radians around the origin. | |
| GetRotatedByRad(Double, PointD2D) | Gets a new point rotated by a specified angle in radians around a pivot. | |
| GetSignFlipped | Gets a new point with both components sign-flipped. | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| GetXYFlipped | Gets a new point with x and y components flipped. | |
| IsPointIntoDistance | Determines whether or not a given point (point) is into a distance to a finite line, that is spanned between two points lineOrg and lineEnd. | |
| SquareDistanceLineToPoint | Calculates the squared distance between a finite line and a point. | |
| ToString | Returns the fully qualified type name of this instance. (Overrides ValueTypeToString) | |
| WithX | Returns a new instance with X set to the provided value. | |
| WithXPlus | Returns a new instance with X set to the X plus the provided value. | |
| WithY | Returns a new instance with Y set to the provided value. | |
| WithYPlus | Returns a new instance with Y set to the Y plus the provided value. |
| Name | Description | |
|---|---|---|
| ToGdi | (Defined by GeometryToSystemDrawingConversions) | |
| ToGdiSize | (Defined by GeometryToSystemDrawingConversions) |