MindFusion WinForms Programmer's Guide
PaintControlEventArgs.Graphics Property
See Also
 





An object implementing the IGraphics interface whose methods should be used to draw the control.

Namespace: MindFusion.Diagramming.WinForms
Assembly: MindFusion.Diagramming.WinForms

 Syntax

C#  Copy Code

public IGraphics Graphics { get; }

Visual Basic  Copy Code

Public ReadOnly Property Graphics As IGraphics

 Property Value

An instance of a class implementing the IGraphics interface.

 See Also

PaintControlEventArgs Members
PaintControlEventArgs Class
MindFusion.Diagramming.WinForms Namespace