Label.DrawWithOffsetGdi Method

Draws (GDI) the label with an offset from attaching point.
Public Overridable Sub DrawWithOffsetGdi( _ 
ByVal dx As Single, _ 
ByVal dy As Single, _ 
ByVal scaleFactor As Single, _ 
ByVal g As Graphics
)
This language is not supported or no code example is available.
public virtual void DrawWithOffsetGdi( 
float dx
float dy
float scaleFactor
Graphics g 
)
This language is not supported or no code example is available.

Parameters

dx
float

Horizontal distance

dy
float

Vertical distance

scaleFactor
float

Scale factor

g
Graphics

Active GDI+ drawing surface

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition