Method | 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 |
Method | Description | |
---|---|---|
Draw ( |
public AddPoints ( float startX, float startY ) : void | ||
startX | float | |
startY | float | |
return | void |
public Lines ( IScreen screen, DisplayLayer drawOrder, int lineWidth ) : System.Collections.Generic | ||
screen | IScreen | |
drawOrder | DisplayLayer | |
lineWidth | int | |
return | System.Collections.Generic |
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 | |
return | System.Collections.Generic |