C# 클래스 PsmFramework.Engines.DrawEngine2d.Drawables.Image

상속: DrawableBase
파일 보기 프로젝트 열기: artwallace/PsmFramework

공개 메소드들

메소드 설명
ClearSourceImage ( ) : void
Image ( LayerBase layer, String path = null ) : System
RenderHelper ( ) : void
SetColorsToDefault ( ) : void
SetPositionFromCenter ( ) : void
SetPositionFromLowerLeft ( ) : void
SetPositionFromUpperLeft ( ) : void
SetSourceImage ( String path ) : void

보호된 메소드들

메소드 설명
Cleanup ( ) : void
Initialize ( ) : void
RecalcBounds ( ) : void
RecalcHelper ( ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

Cleanup() 보호된 메소드

protected Cleanup ( ) : void
리턴 void

ClearSourceImage() 공개 메소드

public ClearSourceImage ( ) : void
리턴 void

Image() 공개 메소드

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

Initialize() 보호된 메소드

protected Initialize ( ) : void
리턴 void

RecalcBounds() 보호된 메소드

protected RecalcBounds ( ) : void
리턴 void

RecalcHelper() 보호된 메소드

protected RecalcHelper ( ) : void
리턴 void

RenderHelper() 공개 메소드

public RenderHelper ( ) : void
리턴 void

SetColorsToDefault() 공개 메소드

public SetColorsToDefault ( ) : void
리턴 void

SetPositionFromCenter() 공개 메소드

public SetPositionFromCenter ( ) : void
리턴 void

SetPositionFromLowerLeft() 공개 메소드

public SetPositionFromLowerLeft ( ) : void
리턴 void

SetPositionFromUpperLeft() 공개 메소드

public SetPositionFromUpperLeft ( ) : void
리턴 void

SetSourceImage() 공개 메소드

public SetSourceImage ( String path ) : void
path String
리턴 void