Label.DrawGdi Method

GDI draw method.
Public Overridable Sub DrawGdi( _ 
ByVal drawScaleFactor As Single, _ 
ByVal lineWeightFactor As Single, _ 
ByVal g As Graphics
)
This language is not supported or no code example is available.
public virtual void DrawGdi( 
float drawScaleFactor
float lineWeightFactor
Graphics g 
)
This language is not supported or no code example is available.

Parameters

drawScaleFactor
float

The draw scale factor

lineWeightFactor
float

The factor applied to the line weight of the wire entities

g
Graphics

Active GDI+ drawing surface

.NET Framework

Supported in: 4.8

In this article

Definition