C# Class Flood.GUI.Skins.Texturing.Single

Single textured element.
Afficher le fichier Open project: FloodProject/flood

Méthodes publiques

Méthode Description
Draw ( Renderers render, Rectangle r ) : void
Draw ( Renderers render, Rectangle r, Color col ) : void
DrawCenter ( Renderers render, Rectangle r ) : void
DrawCenter ( Renderers render, Rectangle r, Color col ) : void
Single ( ResourceHandle imageHandle, float x, float y, float w, float h )

Method Details

Draw() public méthode

public Draw ( Renderers render, Rectangle r ) : void
render Renderers
r Rectangle
Résultat void

Draw() public méthode

public Draw ( Renderers render, Rectangle r, Color col ) : void
render Renderers
r Rectangle
col Color
Résultat void

DrawCenter() public méthode

public DrawCenter ( Renderers render, Rectangle r ) : void
render Renderers
r Rectangle
Résultat void

DrawCenter() public méthode

public DrawCenter ( Renderers render, Rectangle r, Color col ) : void
render Renderers
r Rectangle
col Color
Résultat void

Single() public méthode

public Single ( ResourceHandle imageHandle, float x, float y, float w, float h )
imageHandle ResourceHandle
x float
y float
w float
h float