Search
CustomPaintEventArgs.Graphics Property
See Also
 






Gets the target graphics.

Namespace: MindFusion.Gauges
Assembly: MindFusion.Gauges

 Syntax

C#  Copy Code

public IGraphics Graphics { get; }

Visual Basic  Copy Code

Public ReadOnly Property Graphics As IGraphics

 Property Value

An IGraphics implementation.

 See Also