Label.Regen Method

Regenerates the label creating the internal data needed to draw the label.
Public Overridable Sub Regen( _ 
ByVal renderContext As RenderContextBase, _ 
ByVal drawScale As Single
)
This language is not supported or no code example is available.
public virtual void Regen( 
RenderContextBase renderContext
float drawScale 
)
This language is not supported or no code example is available.

Parameters

renderContext
RenderContextBase

The render context

drawScale
float

The drawing scale

Remarks
 
It must be called explicitly only for labels that are not in the Labels list.

.NET Framework

Supported in: 4.8

In this article

Definition