RenderContextBase.DrawLine (Single, Single, Single, Single, Single, Single) Method

Public MustOverride Sub DrawLine( _ 
ByVal x0 As Single, _ 
ByVal y0 As Single, _ 
ByVal z0 As Single, _ 
ByVal x1 As Single, _ 
ByVal y1 As Single, _ 
ByVal z1 As Single
)
This language is not supported or no code example is available.
public abstract void DrawLine( 
float x0
float y0
float z0
float x1
float y1
float z1 
)
This language is not supported or no code example is available.

Parameters

x0
float

y0
float

z0
float

x1
float

y1
float

z1
float

.NET Framework

Supported in: 4.8

In this article

Definition