PocketPlanner Programmer's Guide

Pen.CreateGdiPen Method ()

See Also

Returns an instance of the System.Drawing.Pen class that can be used to paint in a GDI+ Graphics object.

Namespace: MindFusion.Drawing
Assembly: PocketPlanner

 Syntax

C#

public Pen CreateGdiPen ()

Visual Basic

Public Function CreateGdiPen () As Pen

 Return Value

A System.Drawing.Pen instance corresponding to this pen.

 See Also