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

Inheritance: DrawableBase
Afficher le fichier Open project: artwallace/PsmFramework

Méthodes publiques

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

Méthodes protégées

Méthode Description
Cleanup ( ) : void
Initialize ( ) : void
RecalcBounds ( ) : void
RecalcHelper ( ) : void

Private Methods

Méthode 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 méthode

protected Cleanup ( ) : void
Résultat void

ClearSourceImage() public méthode

public ClearSourceImage ( ) : void
Résultat void

Image() public méthode

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

Initialize() protected méthode

protected Initialize ( ) : void
Résultat void

RecalcBounds() protected méthode

protected RecalcBounds ( ) : void
Résultat void

RecalcHelper() protected méthode

protected RecalcHelper ( ) : void
Résultat void

RenderHelper() public méthode

public RenderHelper ( ) : void
Résultat void

SetColorsToDefault() public méthode

public SetColorsToDefault ( ) : void
Résultat void

SetPositionFromCenter() public méthode

public SetPositionFromCenter ( ) : void
Résultat void

SetPositionFromLowerLeft() public méthode

public SetPositionFromLowerLeft ( ) : void
Résultat void

SetPositionFromUpperLeft() public méthode

public SetPositionFromUpperLeft ( ) : void
Résultat void

SetSourceImage() public méthode

public SetSourceImage ( String path ) : void
path String
Résultat void