Pen Class

Methods | Fields | This Package | All Packages

Encapsulates a Windows pen that applications use to draw lines, curves, and shapes.

package com.ms.wfc.ui

public final class Pen

Remarks

An application associates a Pen object with a Graphics object using the Graphics object's setPen method. After this association is established, all lines drawn using that object use the associated pen.