C# Class PsmFramework.Engines.DrawEngine2d.Drawables.Image

Inheritance: DrawableBase
Exibir arquivo Open project: artwallace/PsmFramework

Public Methods

Method Description
ClearSourceImage ( ) : void
Image ( LayerBase layer, String path = null ) : System
RenderHelper ( ) : void
SetColorsToDefault ( ) : void
SetPositionFromCenter ( ) : void
SetPositionFromLowerLeft ( ) : void
SetPositionFromUpperLeft ( ) : void
SetSourceImage ( String path ) : void

Protected Methods

Method Description
Cleanup ( ) : void
Initialize ( ) : void
RecalcBounds ( ) : void
RecalcHelper ( ) : void

Private Methods

Method Description
CleanupColors ( ) : void
CleanupDimensions ( ) : void
CleanupPosition ( ) : void
CleanupShaderProgram ( ) : void
CleanupSourceImage ( ) : void
CleanupTexture ( ) : void
ClearTexture ( ) : void
InitializeColors ( ) : void
InitializeDimensions ( ) : void
InitializePosition ( ) : void
InitializeShaderProgram ( ) : void
InitializeSourceImage ( ) : void
InitializeTexture ( ) : void
SetTexture ( ) : void

Method Details

Cleanup() protected method

protected Cleanup ( ) : void
return void

ClearSourceImage() public method

public ClearSourceImage ( ) : void
return void

Image() public method

public Image ( LayerBase layer, String path = null ) : System
layer PsmFramework.Engines.DrawEngine2d.Layers.LayerBase
path String
return System

Initialize() protected method

protected Initialize ( ) : void
return void

RecalcBounds() protected method

protected RecalcBounds ( ) : void
return void

RecalcHelper() protected method

protected RecalcHelper ( ) : void
return void

RenderHelper() public method

public RenderHelper ( ) : void
return void

SetColorsToDefault() public method

public SetColorsToDefault ( ) : void
return void

SetPositionFromCenter() public method

public SetPositionFromCenter ( ) : void
return void

SetPositionFromLowerLeft() public method

public SetPositionFromLowerLeft ( ) : void
return void

SetPositionFromUpperLeft() public method

public SetPositionFromUpperLeft ( ) : void
return void

SetSourceImage() public method

public SetSourceImage ( String path ) : void
path String
return void