PocketPlanner Programmer's Guide

Pen Class

Remarks See Also

Pen instances are used to draw the outline of geometric shapes.

Namespace: MindFusion.Drawing
Assembly: PocketPlanner

 Syntax

C#

public class Pen : GraphicObject

Visual Basic

Public Class Pen
    Inherits GraphicObject

 Remarks

The Pen class acts as a proxy for the .NET standard GDI+ System.Drawing.Pen class.

 Inheritance Hierarchy

System.Object
    MindFusion.Drawing.GraphicObject
        MindFusion.Drawing.Pen

 See Also