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





Gets the IGraphics instance whose methods can be used to perform custom drawing.

Namespace: MindFusion.Scheduling.WinForms
Assembly: MindFusion.Scheduling

 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 class used to render the calendar elements.

 See Also

DrawEventArgs Members
DrawEventArgs Class
MindFusion.Scheduling.WinForms Namespace