Search
DrawManipulatorEventArgs.Graphics Property
See Also
 





Gets the target of the drawing operation.

Namespace: MindFusion.Diagramming.Manipulators
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public IGraphics Graphics { get; }

Visual Basic  Copy Code

Public ReadOnly Property Graphics As IGraphics

 Property Value

An IGraphics object.

 See Also