C# Class Mike.Spikes.SvgGenerator.Svg

Afficher le fichier Open project: mikehadlow/Mike.Spikes Class Usage Examples

Méthodes publiques

Méthode Description
Circle ( int r ) : void
Element ( string name ) : System.Xml.Linq.XElement
Elipse ( int rx, int ry ) : void
Line ( int x, int y ) : void
Move ( int x, int y ) : void
Rectangle ( int width, int height ) : void
SetPosition ( int x, int y ) : void
SetUnit ( string unit ) : void
SizeAttribute ( string name, int value ) : System.Xml.Linq.XAttribute
Style ( ) : System.Xml.Linq.XAttribute
Svg ( ) : System
ToString ( ) : string

Private Methods

Méthode Description
GetUnit ( ) : string

Method Details

Circle() public méthode

public Circle ( int r ) : void
r int
Résultat void

Element() public méthode

public Element ( string name ) : System.Xml.Linq.XElement
name string
Résultat System.Xml.Linq.XElement

Elipse() public méthode

public Elipse ( int rx, int ry ) : void
rx int
ry int
Résultat void

Line() public méthode

public Line ( int x, int y ) : void
x int
y int
Résultat void

Move() public méthode

public Move ( int x, int y ) : void
x int
y int
Résultat void

Rectangle() public méthode

public Rectangle ( int width, int height ) : void
width int
height int
Résultat void

SetPosition() public méthode

public SetPosition ( int x, int y ) : void
x int
y int
Résultat void

SetUnit() public méthode

public SetUnit ( string unit ) : void
unit string
Résultat void

SizeAttribute() public méthode

public SizeAttribute ( string name, int value ) : System.Xml.Linq.XAttribute
name string
value int
Résultat System.Xml.Linq.XAttribute

Style() public méthode

public Style ( ) : System.Xml.Linq.XAttribute
Résultat System.Xml.Linq.XAttribute

Svg() public méthode

public Svg ( ) : System
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string