Triangle Methods |
The Triangle type exposes the following members.
| Name | Description | |
|---|---|---|
| Equals(Object) |
Determines whether the specified object is equal to the current instance of Triangle.
(Overrides ValueTypeEquals(Object)) | |
| Equals(Triangle, Double) | Determines whether the specified triangle is equal to the current instance of Triangle with a given precision. | |
| Equals(Triangle, Double) | Determines whether the specified triangle is equal to the current instance of Triangle with a given precision. | |
| GetHashCode |
Returns a hash code for this instance.
(Overrides ValueTypeGetHashCode) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| Intersects(Bounds) | ||
| Intersects(Bounds) | ||
| ToString |
Returns a String that represents the current instance of Triangle.
(Overrides ValueTypeToString) | |
| ToTriangleF | Converts the current instance of Triangle to the triangle of TriangleF format. |
| Name | Description | |
|---|---|---|
| MethodInvoke |
Calls the object method by name.
(Defined by ObjectEx) | |
| PropertyGet |
Gets the value of the object property by name.
(Defined by ObjectEx) | |
| PropertyGetT |
Gets the value of the object property by name.
(Defined by ObjectEx) | |
| PropertySet |
Sets the value of the object property by name.
(Defined by ObjectEx) |