RenderContextBase.DrawLine (Point3D, Point3D, Point2D) Method

Draws a line with textured vertices.
Public MustOverride Sub DrawLine( _ 
ByVal p0 As Point3D, _ 
ByVal p1 As Point3D, _ 
ByVal texCoords As Point2D
)
This language is not supported or no code example is available.
public abstract void DrawLine( 
Point3D p0
Point3D p1
Point2D texCoords 
)
This language is not supported or no code example is available.

Parameters

p0
Point3D

The start point

p1
Point3D

The end point

texCoords
Point2D

The 1D texture coordinates

.NET Framework

Supported in: 4.8

In this article

Definition