PocketPlanner Programmer's Guide

Pen Members

Constructors Properties Methods

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

The following tables list the members exposed by the Pen type.

 Public Constructors

  Name Description

Pen

Initialize a new instance of the Pen class.

 Public Properties

  Name Description

Color

Gets or sets the color of this pen.

 Public Methods

  Name Description

Clone

Creates an exact copy of this pen.

CreateGdiPen

Overloaded. Returns an instance of the System.Drawing.Pen class corresponding to the current pen.

ToString

Returns the string representation of this Pen object.

 See Also