Search
DrawComponentEventArgs.Graphics Property
See Also
 





Gets the drawing target.

Namespace: MindFusion.Diagramming.Components
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public IGraphics Graphics { get; }

Visual Basic  Copy Code

Public ReadOnly Property Graphics As IGraphics

 Property Value

An instance of the IGraphics interface representing the target of the drawing operation.

 See Also