ImageOnly.DrawGdi Method

GDI draw method.
Public Overrides 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 override 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.5, 4.6, 4.7

In this article

Definition