MindFusion WinForms Programmer's Guide
DrawEventArgs.Graphics Property
See Also
 





Gets the IGraphics object to use for rendering.

Namespace: MindFusion.Reporting
Assembly: MindFusion.Reporting

 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.

 Remarks

When the drawing is performed in a GDI+ graphics, the value of this property is of type GdiGraphics.

 See Also

DrawEventArgs Members
DrawEventArgs Class
MindFusion.Reporting Namespace