Search
DrawItemEventArgs.Graphics Property
See Also
 





Gets an object implementing the IGraphics interface whose methods should be used to draw the adjustment handles.

Namespace: MindFusion.Diagramming
Package: 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 a class implementing the IGraphics interface.

 See Also