ProgressBar.DrawLinear Method

Protected Overridable Sub DrawLinear( _ 
ByVal renderContext As RenderContextBase, _ 
ByVal width As Integer, _ 
ByVal margin As Integer, _ 
ByVal yPos As Integer, _ 
ByVal thickness As Integer, _ 
ByVal completed As Color, _ 
ByVal remaining As Color
)
This language is not supported or no code example is available.
protected virtual void DrawLinear( 
RenderContextBase renderContext
int width
int margin
int yPos
int thickness
Color completed
Color remaining 
)
This language is not supported or no code example is available.

Parameters

renderContext
RenderContextBase

width
int

margin
int

yPos
int

thickness
int

completed
Color

remaining
Color

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition