C# 클래스 Axiom.Overlays.Elements.TextArea

Label type control that can be used to display text using a specified font.
상속: OverlayElement
파일 보기 프로젝트 열기: WolfgangSt/axiom 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
allocSize int
charHeight float
colorBottom Axiom.Core.ColorEx
colorTop Axiom.Core.ColorEx
font Axiom.Fonts.Font
haveColorsChanged bool
isTransparent bool
pixelCharHeight float
pixelSpaceWidth int
spaceWidth float
textAlign HorizontalAlignment
viewportAspectCoef float

공개 메소드들

메소드 설명
Initialize ( ) : void

Update ( ) : void

Override to update char sizing based on current viewport settings.

보호된 메소드들

메소드 설명
CheckMemoryAllocation ( int numChars ) : void

UpdateColors ( ) : void

UpdateGeometry ( ) : void

UpdatePositionGeometry ( ) : void

UpdateTextureGeometry ( ) : void

비공개 메소드들

메소드 설명
TextArea ( string name ) : System

Basic constructor, internal since it should only be created by factories.

메소드 상세

CheckMemoryAllocation() 보호된 메소드

protected CheckMemoryAllocation ( int numChars ) : void
numChars int
리턴 void

Initialize() 공개 메소드

public Initialize ( ) : void
리턴 void

Update() 공개 메소드

Override to update char sizing based on current viewport settings.
public Update ( ) : void
리턴 void

UpdateColors() 보호된 메소드

protected UpdateColors ( ) : void
리턴 void

UpdateGeometry() 보호된 메소드

protected UpdateGeometry ( ) : void
리턴 void

UpdatePositionGeometry() 보호된 메소드

protected UpdatePositionGeometry ( ) : void
리턴 void

UpdateTextureGeometry() 보호된 메소드

protected UpdateTextureGeometry ( ) : void
리턴 void

프로퍼티 상세

allocSize 보호되어 있는 프로퍼티

protected int allocSize
리턴 int

charHeight 보호되어 있는 프로퍼티

protected float charHeight
리턴 float

colorBottom 보호되어 있는 프로퍼티

protected ColorEx,Axiom.Core colorBottom
리턴 Axiom.Core.ColorEx

colorTop 보호되어 있는 프로퍼티

protected ColorEx,Axiom.Core colorTop
리턴 Axiom.Core.ColorEx

font 보호되어 있는 프로퍼티

protected Font,Axiom.Fonts font
리턴 Axiom.Fonts.Font

haveColorsChanged 보호되어 있는 프로퍼티

protected bool haveColorsChanged
리턴 bool

isTransparent 보호되어 있는 프로퍼티

protected bool isTransparent
리턴 bool

pixelCharHeight 보호되어 있는 프로퍼티

protected float pixelCharHeight
리턴 float

pixelSpaceWidth 보호되어 있는 프로퍼티

protected int pixelSpaceWidth
리턴 int

spaceWidth 보호되어 있는 프로퍼티

protected float spaceWidth
리턴 float

textAlign 보호되어 있는 프로퍼티

protected HorizontalAlignment textAlign
리턴 HorizontalAlignment

viewportAspectCoef 보호되어 있는 프로퍼티

protected float viewportAspectCoef
리턴 float