ToolBarButton.DrawImage (Graphics, Environment, Int32, Int32, Int32, Int32) Method

Draws the button image.
Protected Overridable Sub DrawImage( _ 
ByVal g As Graphics, _ 
ByVal environment As Environment, _ 
ByVal x As Integer, _ 
ByVal y As Integer, _ 
ByVal width As Integer, _ 
ByVal height As Integer
)
This language is not supported or no code example is available.
protected virtual void DrawImage( 
Graphics g
Environment environment
int x
int y
int width
int height 
)
This language is not supported or no code example is available.

Parameters

g
Graphics

Graphics surface.

environment
Environment

x
int

<default>

y
int

<default>

width
int

<default>

height
int

<default>

.NET Framework

Supported in: 4.8

In this article

Definition