C1.Win.TreeView Namespace / C1TreeView Class / CreateGraphics Method

In This Topic
CreateGraphics Method (C1TreeView)
In This Topic
Creates a System.Drawing.Graphics object for the control.
Syntax
'Declaration
 
Public Function CreateGraphics() As Graphics
 

Return Value

A System.Drawing.Graphics object for the control.
Remarks
The System.Drawing.Graphics object returned by this method reflects the current settings for the C1.Framework.XView.SmoothingMode and C1.Framework.XView.TextRenderingHint properties.
See Also