UndoToolBarButton.DrawImage Method

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

Parameters

g
Graphics

Graphics surface.

workspace
Workspace

x
int

y
int

width
int

height
int

.NET Framework

Supported in: 4.7.2

In this article

Definition