PocketPlanner Programmer's Guide

GraphicsEx Class

Remarks See Also

Extends the .NET Compact Framework Graphics class.

Namespace: MindFusion.Drawing
Assembly: PocketPlanner

 Syntax

C#

public class GraphicsEx : IDisposable

Visual Basic

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