C# 클래스 ttaenc.OidSvgWriter

상속: HtmlGenerator
파일 보기 프로젝트 열기: sidiandi/ttaudio 1 사용 예제들

Private Properties

프로퍼티 타입 설명
Cm string
GetOffset Offset

공개 메소드들

메소드 설명
CreatePrinterTestPage ( string testPagePath ) : void
Dot ( TextWriter w, float cx, float cy ) : void
OidArea ( TextWriter w, int oid ) : void
OidButton ( TextWriter w, int oid, string innerHtml ) : void
OidPattern ( TextWriter w, int oid ) : void
OidSvgWriter ( IOidCode code ) : System

비공개 메소드들

메소드 설명
Cm ( float x ) : string
GetOffset ( int digit ) : Offset

메소드 상세

CreatePrinterTestPage() 공개 정적인 메소드

public static CreatePrinterTestPage ( string testPagePath ) : void
testPagePath string
리턴 void

Dot() 공개 메소드

public Dot ( TextWriter w, float cx, float cy ) : void
w System.IO.TextWriter
cx float
cy float
리턴 void

OidArea() 공개 메소드

public OidArea ( TextWriter w, int oid ) : void
w System.IO.TextWriter
oid int
리턴 void

OidButton() 공개 메소드

public OidButton ( TextWriter w, int oid, string innerHtml ) : void
w System.IO.TextWriter
oid int
innerHtml string
리턴 void

OidPattern() 공개 메소드

public OidPattern ( TextWriter w, int oid ) : void
w System.IO.TextWriter
oid int
리턴 void

OidSvgWriter() 공개 메소드

public OidSvgWriter ( IOidCode code ) : System
code IOidCode
리턴 System