C# 클래스 Gonzo.Elements.UIControl

A control is most often used to represent images, but can represent anything.
상속: UIElement
파일 보기 프로젝트 열기: Afr0Games/Project-Dollhouse 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
m_LeftArrowImage string
m_ThumbButtonImage string
m_ThumbImageOffsets Microsoft.Xna.Framework.Vector2
m_ThumbImageSize Microsoft.Xna.Framework.Vector2
m_ThumbMargins Microsoft.Xna.Framework.Vector2
m_ThumbSize Microsoft.Xna.Framework.Vector2

공개 메소드들

메소드 설명
Draw ( SpriteBatch SBatch, float LayerDepth ) : void
UIControl ( SetControlPropsNode Node, UIScreen Screen, UIParser State ) : Microsoft.Xna.Framework
UIControl ( UIControl Ctrl, UIScreen Screen ) : Microsoft.Xna.Framework

Copy constructor for the UIControl class. This constructor will deep copy another UIControl instance.

메소드 상세

Draw() 공개 메소드

public Draw ( SpriteBatch SBatch, float LayerDepth ) : void
SBatch Microsoft.Xna.Framework.Graphics.SpriteBatch
LayerDepth float
리턴 void

UIControl() 공개 메소드

public UIControl ( SetControlPropsNode Node, UIScreen Screen, UIParser State ) : Microsoft.Xna.Framework
Node UIParser.Nodes.SetControlPropsNode
Screen UIScreen
State UIParser
리턴 Microsoft.Xna.Framework

UIControl() 공개 메소드

Copy constructor for the UIControl class. This constructor will deep copy another UIControl instance.
public UIControl ( UIControl Ctrl, UIScreen Screen ) : Microsoft.Xna.Framework
Ctrl UIControl A UIControl instance to copy.
Screen UIScreen A UIScreen instance that this UIControl belongs to.
리턴 Microsoft.Xna.Framework

프로퍼티 상세

m_LeftArrowImage 보호되어 있는 프로퍼티

protected string m_LeftArrowImage
리턴 string

m_ThumbButtonImage 보호되어 있는 프로퍼티

The thumbnail button image for an image-browsing control.
protected string m_ThumbButtonImage
리턴 string

m_ThumbImageOffsets 보호되어 있는 프로퍼티

Offsets for images inside thumbnails in an image-browsing control.
protected Vector2,Microsoft.Xna.Framework m_ThumbImageOffsets
리턴 Microsoft.Xna.Framework.Vector2

m_ThumbImageSize 보호되어 있는 프로퍼티

The size of an image inside a thumbnail in an image-browsing control.
protected Vector2,Microsoft.Xna.Framework m_ThumbImageSize
리턴 Microsoft.Xna.Framework.Vector2

m_ThumbMargins 보호되어 있는 프로퍼티

The thumbnail margins for an image-browsing control.
protected Vector2,Microsoft.Xna.Framework m_ThumbMargins
리턴 Microsoft.Xna.Framework.Vector2

m_ThumbSize 보호되어 있는 프로퍼티

The size of a thumbnail for an image-browsing control.
protected Vector2,Microsoft.Xna.Framework m_ThumbSize
리턴 Microsoft.Xna.Framework.Vector2