Geometry Methods |
The Geometry type exposes the following members.
Name | Description | |
---|---|---|
![]() | ContainsPointInPolygon |
Determine if coordinates are included in the specified polygon.
|
![]() | CreatePoint |
Create a "Point2d structure representing coordinates.
|
![]() | DegreeToRadian |
Convert angle (degrees) to radians.
|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetAngle(Point2d, Point2d) |
Get the angle (Degree) between two points.
|
![]() | GetAngle(Point2d, Point2d, Point2d) |
Get the angle (Degree) between the line connecting the center point and the starting point and the line connecting the center point and the end point.
|
![]() | GetDistance |
Get the distance between two points.
|
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetMiddlePoint |
Get the midpoint between two points.
|
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | IsParameterEquals |
Determine whether two parameters can be considered to be the same.
|
![]() | IsPointEquals |
Determine if the two coordinates can be considered identical.
|
![]() | IsRadianEquals |
Determine whether two angles (radian) can be regarded as the same.
|
![]() | IsScaleEquals |
Determine whether the two magnifications can be regarded as the same.
|
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | MovePoint |
Move the coordinates.
|
![]() | RadianToDegree |
Convert angle (radian) to degrees.
|
![]() | RotatePoint |
Rotate the coordinates.
|
![]() | ScalePoint |
Zooms in or out the coordinates.
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | WrapAngleTo2PI |
Correct angle (radian) to 0 or more and less than 2 * PI.
|
![]() | WrapAngleTo360 |
Correct angle (degree) to 0 degrees or more and less than 360 degrees.
|