BoundingBoxSettings.DrawLabelGdi Method

Draws the text label in GDI.
Public Overridable Sub DrawLabelGdi( _ 
ByVal myParams As DrawSceneParams, _ 
ByVal drawScaleFactor As Single, _ 
ByVal g As Graphics
)
This language is not supported or no code example is available.
public virtual void DrawLabelGdi( 
DrawSceneParams myParams
float drawScaleFactor
Graphics g 
)
This language is not supported or no code example is available.

Parameters

myParams
DrawSceneParams

The draw parameters

drawScaleFactor
float

The draw scale factor

g
Graphics

Active GDI+ drawing surface

.NET Framework

Supported in: 4.8

In this article

Definition