RichTriangle(Int32, Int32, Int32, Int32, Int32, Int32) Constructor

Public Sub New( _ 
ByVal v1 As Integer, _ 
ByVal v2 As Integer, _ 
ByVal v3 As Integer, _ 
ByVal t1 As Integer, _ 
ByVal t2 As Integer, _ 
ByVal t3 As Integer
)
This language is not supported or no code example is available.
public RichTriangle( 
int v1
int v2
int v3
int t1
int t2
int t3 
)
This language is not supported or no code example is available.

Parameters

v1
int

v2
int

v3
int

t1
int

t2
int

t3
int

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition