dbicList Send comments on this topic.
Graphics Property
See Also 
dbicBase Assembly > Dbi.WinControl Namespace > UserDrawnTitleEventArgs Class : Graphics Property

A handle to the graphics object responsible for drawing the title. Through the e.Graphics object the developer has access to the GDI+ methods for drawing objects to a display device.

Syntax

Visual Basic (Declaration) 
Public Property Graphics As Graphics
C# 
public Graphics Graphics {get; set;}

Property Value

Graphics

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also