C# 클래스 Hpgl.Converters.Hpgl2Bmp

상속: Hpgl.Language.Measure
파일 보기 프로젝트 열기: spustlik/plotr 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
DebugPenUp bool
Numbering bool

공개 메소드들

메소드 설명
Process ( Bitmap bmp, List hpgl ) : void

보호된 메소드들

메소드 설명
MoveTo ( HPoint p ) : void
VisitLabel ( Label item ) : void
VisitSelectPen ( SelectPen item ) : void

비공개 메소드들

메소드 설명
ToPoint ( HPoint p ) : Point

메소드 상세

MoveTo() 보호된 메소드

protected MoveTo ( HPoint p ) : void
p Hpgl.Language.HPoint
리턴 void

Process() 공개 메소드

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

VisitLabel() 보호된 메소드

protected VisitLabel ( Label item ) : void
item Hpgl.Language.Label
리턴 void

VisitSelectPen() 보호된 메소드

protected VisitSelectPen ( SelectPen item ) : void
item Hpgl.Language.SelectPen
리턴 void

프로퍼티 상세

DebugPenUp 공개적으로 프로퍼티

public bool DebugPenUp
리턴 bool

Numbering 공개적으로 프로퍼티

public bool Numbering
리턴 bool