C# Class Hpgl.Converters.Hpgl2Bmp

Inheritance: Hpgl.Language.Measure
Show file Open project: spustlik/plotr Class Usage Examples

Public Properties

Property Type Description
DebugPenUp bool
Numbering bool

Public Methods

Method Description
Process ( Bitmap bmp, List hpgl ) : void

Protected Methods

Method Description
MoveTo ( HPoint p ) : void
VisitLabel ( Label item ) : void
VisitSelectPen ( SelectPen item ) : void

Private Methods

Method Description
ToPoint ( HPoint p ) : Point

Method Details

MoveTo() protected method

protected MoveTo ( HPoint p ) : void
p Hpgl.Language.HPoint
return void

Process() public method

public Process ( Bitmap bmp, List hpgl ) : void
bmp System.Drawing.Bitmap
hpgl List
return void

VisitLabel() protected method

protected VisitLabel ( Label item ) : void
item Hpgl.Language.Label
return void

VisitSelectPen() protected method

protected VisitSelectPen ( SelectPen item ) : void
item Hpgl.Language.SelectPen
return void

Property Details

DebugPenUp public property

public bool DebugPenUp
return bool

Numbering public property

public bool Numbering
return bool