C# Class Aiv.Fast2D.Example.Segment

Inheritance: Sprite
Afficher le fichier Open project: aiv01/aiv-fast2d Class Usage Examples

Méthodes publiques

Méthode Description
Segment ( float x1, float y1, float x2, float y2, float width ) : System

Private Methods

Méthode Description
UpdatePoints ( ) : void

Method Details

Segment() public méthode

public Segment ( float x1, float y1, float x2, float y2, float width ) : System
x1 float
y1 float
x2 float
y2 float
width float
Résultat System