C# Class Relative.DrawInfo

Afficher le fichier Open project: Arhirat/Relative Class Usage Examples

Méthodes publiques

Свойство Type Description
mGraphics System.Drawing.Graphics
mHeight int
mWidth int

Méthodes publiques

Méthode Description
DrawInfo ( int w, int h, Graphics g ) : System
drawEllipse ( Pen pen, Vec pos, double width, double height ) : void
drawLine ( Pen pen, Vec pos0, Vec pos1 ) : void
drawText ( String text, Vec pos ) : void

Method Details

DrawInfo() public méthode

public DrawInfo ( int w, int h, Graphics g ) : System
w int
h int
g System.Drawing.Graphics
Résultat System

drawEllipse() public méthode

public drawEllipse ( Pen pen, Vec pos, double width, double height ) : void
pen System.Drawing.Pen
pos Vec
width double
height double
Résultat void

drawLine() public méthode

public drawLine ( Pen pen, Vec pos0, Vec pos1 ) : void
pen System.Drawing.Pen
pos0 Vec
pos1 Vec
Résultat void

drawText() public méthode

public drawText ( String text, Vec pos ) : void
text String
pos Vec
Résultat void

Property Details

mGraphics public_oe property

public Graphics,System.Drawing mGraphics
Résultat System.Drawing.Graphics

mHeight public_oe property

public int mHeight
Résultat int

mWidth public_oe property

public int mWidth
Résultat int