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

Single textured element.
Mostrar archivo Open project: FloodProject/flood

Public Methods

Method 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 method

public Draw ( Renderers render, Rectangle r ) : void
render Renderers
r Rectangle
return void

Draw() public method

public Draw ( Renderers render, Rectangle r, Color col ) : void
render Renderers
r Rectangle
col Color
return void

DrawCenter() public method

public DrawCenter ( Renderers render, Rectangle r ) : void
render Renderers
r Rectangle
return void

DrawCenter() public method

public DrawCenter ( Renderers render, Rectangle r, Color col ) : void
render Renderers
r Rectangle
col Color
return void

Single() public method

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