CustomDrawEventArgsGraphics Property |
Gets the current Graphics object.
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax public Graphics Graphics { get; }
Public ReadOnly Property Graphics As Graphics
Get
public:
property Graphics^ Graphics {
Graphics^ get ();
}
member Graphics : Graphics with get
Property Value
Type:
GraphicsSee Also