Version

DrawImageBackground(AppearanceData,Rectangle,GraphicsPath,Boolean) Method

Renders the ImageBackground for the current Element
Syntax
'Declaration
 
Public Overloads Sub DrawImageBackground( _
   ByRef appearance As AppearanceData, _
   ByVal rect As Rectangle, _
   ByVal path As GraphicsPath, _
   ByVal enabled As Boolean _
) 
public void DrawImageBackground( 
   ref AppearanceData appearance,
   Rectangle rect,
   GraphicsPath path,
   bool enabled
)

Parameters

appearance
AppearanceData structure containing the image information to render.
rect
Area into which the image should be rendered
path
A GraphicsPath that will be filled with the background image.
enabled
Indicates whether to use the enabled image of the appearance
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also