Pegasus Class Library Help
A Pen control enabling controlling the pen device, and respond to Pen events.

Namespace:  Pegasus.Components
Assembly:  PegasusClassLibrary (in PegasusClassLibrary.dll) Version: 4.0.0.0 (4.0.12.0)

Syntax

C#
public class PegasusPen : Component, IDisposable
Visual Basic (Declaration)
Public Class PegasusPen _
	Inherits Component _
	Implements IDisposable
Visual C++
public ref class PegasusPen : public Component, 
	IDisposable

Inheritance Hierarchy

System..::.Object
  System..::.MarshalByRefObject
    System.ComponentModel..::.Component
      Pegasus.Components..::.PegasusPen

See Also