PocketPlanner Programmer's Guide

CustomDrawArgs.Graphics Property ()

See Also

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

Namespace: MindFusion.Scheduling.Compact
Assembly: PocketPlanner

 Syntax

C#

public GraphicsEx Graphics { get; }

Visual Basic

Public ReadOnly Property Graphics As GraphicsEx

 Property Value

 See Also