C# Class ttaenc.OidSvgWriter

Inheritance: HtmlGenerator
Datei anzeigen Open project: sidiandi/ttaudio Class Usage Examples

Private Properties

Property Type Description
Cm string
GetOffset Offset

Public Methods

Method Description
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

Private Methods

Method Description
Cm ( float x ) : string
GetOffset ( int digit ) : Offset

Method Details

CreatePrinterTestPage() public static method

public static CreatePrinterTestPage ( string testPagePath ) : void
testPagePath string
return void

Dot() public method

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

OidArea() public method

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

OidButton() public method

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

OidPattern() public method

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

OidSvgWriter() public method

public OidSvgWriter ( IOidCode code ) : System
code IOidCode
return System