ASP.NET Pack Programmer's Guide
DrawComponentEventArgs.Graphics Property
See Also
 





Gets the drawing target.

Namespace: MindFusion.Diagramming.Components
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 the IGraphics interface representing the target of the drawing operation.

 See Also

DrawComponentEventArgs Members
DrawComponentEventArgs Class
MindFusion.Diagramming.Components Namespace