WebPlanner Programmer's Guide

GraphicsEx Class

Remarks See Also
 


Extends the .NET Compact Framework Graphics class.

Namespace: MindFusion.Drawing
Assembly: MindFusion.Scheduling.Compact

 Syntax

C#  Copy Code

public class GraphicsEx : IDisposable

Visual Basic  Copy Code

Public Class GraphicsEx
    Implements IDisposable

 Remarks

An instance of this class wraps a Graphics instance and implements the ability to apply translation transformations to the drawing coordinate system.

 Inheritance Hierarchy

System.Object
    MindFusion.Drawing.GraphicsEx

 See Also