TextOnly.DrawWithOffset Method

Draws the label with an offset from attaching point.
Public Overrides Sub DrawWithOffset( _ 
ByVal renderContext As RenderContextBase, _ 
ByVal dx As Integer, _ 
ByVal dy As Integer
)
This language is not supported or no code example is available.
public override void DrawWithOffset( 
RenderContextBase renderContext
int dx
int dy 
)
This language is not supported or no code example is available.

Parameters

renderContext
RenderContextBase

dx
int

Horizontal distance

dy
int

Vertical distance

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition