RenderContextBase.DrawLine (PointRGB, PointRGB) Method

Public MustOverride Sub DrawLine( _ 
ByVal p0 As PointRGB, _ 
ByVal p1 As PointRGB
)
This language is not supported or no code example is available.
public abstract void DrawLine( 
PointRGB p0
PointRGB p1 
)
This language is not supported or no code example is available.

Parameters

p0
PointRGB

p1
PointRGB

.NET Framework

Supported in: 4.8

In this article

Definition