MindFusion.Wpf Pack Programmer's Guide
Triangle.bothIn Method
See Also
 





Checks if both vertexes are in.

Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf

 Syntax

C#  Copy Code

protected bool bothIn (
    Triangle t,
    Vertex a,
    Vertex b
)

Visual Basic  Copy Code

Protected Function bothIn( _
    t As Triangle, _
    a As Vertex, _
    b As Vertex _
) As Boolean

 Parameters

t

The triangle.

a

The A-vertex.

b

B-vertex.

 Return Value

true if both vertexes are in; otherwise false.

 See Also

Triangle Members
Triangle Class
MindFusion.Charting.Wpf Namespace