C1.Win.4.8 Assembly / C1.Framework Namespace / XView Class / CreateGraphics Method

In This Topic
CreateGraphics Method (XView)
In This Topic
Creates a System.Drawing.Graphics object for the control.
Syntax
'Declaration
 
Public Shadows 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 SmoothingMode and TextRenderingHint properties.
See Also