CreateGraphics Method (C1Ribbon)
In This Topic
Creates a
System.Drawing.Graphics object for the control.
Syntax
'Declaration
Public Function CreateGraphics() As Graphics
public Graphics CreateGraphics()
Return Value
A
System.Drawing.Graphics object for the control.
See Also