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

Protected Sub DrawImage( _ 
ByVal g As Graphics, _ 
ByVal image As ImageSource, _ 
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 void DrawImage( 
Graphics g
ImageSource image
int x
int y
int width
int height 
)
This language is not supported or no code example is available.

Parameters

g
Graphics

image
ImageSource

x
int

y
int

width
int

height
int

.NET Framework

Supported in: 4.8

In this article

Definition