C# Class ttaenc.OidSvgWriter

Inheritance: HtmlGenerator
Afficher le fichier Open project: sidiandi/ttaudio Class Usage Examples

Private Properties

Свойство Type Description
Cm string
GetOffset Offset

Méthodes publiques

Méthode 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

Méthode Description
Cm ( float x ) : string
GetOffset ( int digit ) : Offset

Method Details

CreatePrinterTestPage() public static méthode

public static CreatePrinterTestPage ( string testPagePath ) : void
testPagePath string
Résultat void

Dot() public méthode

public Dot ( TextWriter w, float cx, float cy ) : void
w System.IO.TextWriter
cx float
cy float
Résultat void

OidArea() public méthode

public OidArea ( TextWriter w, int oid ) : void
w System.IO.TextWriter
oid int
Résultat void

OidButton() public méthode

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

OidPattern() public méthode

public OidPattern ( TextWriter w, int oid ) : void
w System.IO.TextWriter
oid int
Résultat void

OidSvgWriter() public méthode

public OidSvgWriter ( IOidCode code ) : System
code IOidCode
Résultat System