Triangle.Area Method

Computes the area of a triangle.
Public Shared Function Area( _ 
ByVal p1 As Point3D, _ 
ByVal p2 As Point3D, _ 
ByVal p3 As Point3D
) As Double
This language is not supported or no code example is available.
public static double Area( 
Point3D p1
Point3D p2
Point3D p3 
)
This language is not supported or no code example is available.

Parameters

p1
Point3D

p2
Point3D

p3
Point3D

Return Value

double

.NET Framework

Supported in: 4.8

In this article

Definition