C# Class Knot3.Framework.Widgets.Lines

Inheritance: Knot3.Framework.Core.DrawableScreenComponent
Afficher le fichier Open project: knot3/knot3-code Class Usage Examples

Méthodes publiques

Méthode Description
AddPoints ( float startX, float startY ) : void
Clear ( ) : void
Lines ( IScreen screen, DisplayLayer drawOrder, int lineWidth ) : System.Collections.Generic
Lines ( IScreen screen, DisplayLayer drawOrder, int lineWidth, Microsoft.Xna.Framework.Color lineColor, Microsoft.Xna.Framework.Color outlineColor ) : System.Collections.Generic

Private Methods

Méthode Description
Draw ( GameTime time ) : void

Method Details

AddPoints() public méthode

public AddPoints ( float startX, float startY ) : void
startX float
startY float
Résultat void

Clear() public méthode

public Clear ( ) : void
Résultat void

Lines() public méthode

public Lines ( IScreen screen, DisplayLayer drawOrder, int lineWidth ) : System.Collections.Generic
screen IScreen
drawOrder DisplayLayer
lineWidth int
Résultat System.Collections.Generic

Lines() public méthode

public Lines ( IScreen screen, DisplayLayer drawOrder, int lineWidth, Microsoft.Xna.Framework.Color lineColor, Microsoft.Xna.Framework.Color outlineColor ) : System.Collections.Generic
screen IScreen
drawOrder DisplayLayer
lineWidth int
lineColor Microsoft.Xna.Framework.Color
outlineColor Microsoft.Xna.Framework.Color
Résultat System.Collections.Generic