Name | Description | |
---|---|---|
![]() | NTriangleF Constructor | Initializing constructor. |
The following tables list the members exposed by NTriangleF.
Name | Description | |
---|---|---|
![]() | NTriangleF Constructor | Initializing constructor. |
Name | Description | |
---|---|---|
![]() | A | The first vertex of the triangle. |
![]() | B | The second vertex of the triangle. |
![]() | C | The third vertex of the triangle. |
Name | Description | |
---|---|---|
![]() | Area | Gets the area of the triangle. |
![]() | AreaSigned | Gets the signed area of the triangle. |
![]() | Bounds | Gets the minimal enclosing rectangle |
![]() | BoundsRange | Gets the minimal enclosing 2D range |
![]() | IsFlat | Determines whether this is a flat primitive |
![]() | MediCenter | Gets the medi center of the triangle. |
![]() | Perimiter | Gets the perimiter of the triangle (SideA + SideB + SideC). |
![]() | SideA | Gets the side formed by the vertices B and C. |
![]() | SideB | Gets the side formed by the vertices C and A. |
![]() | SideC | Gets the side formed by the vertices A and B. |
![]() | Vertices | Gets an array of the triangle vertices. |
Name | Description | |
---|---|---|
![]() | AddToGraphicsPath | Appends the primitive to the specified graphics path |
![]() | Contains | Overloaded. Determines whether the triangle contains the specified point |
![]() | ContainsOnOutline | Overloaded. Determines whether the outline of the triaangle contains the specified point |
![]() | Equals | |
![]() | GetHashCode | |
![]() | ToString | |
![]() | Translate | Overloaded. Translates the primitive with the specified amounts |