C# 클래스 XnaGUILib.XGRadioGroup

상속: XGControl
파일 보기 프로젝트 열기: GalacticSoft/Azmyth

공개 메소드들

메소드 설명
Draw ( float frameTime ) : void
NotifyChildCollectionChanged ( ) : void
XGRadioGroup ( Rectangle rect, string text ) : System
XGRadioGroup ( Rectangle rect, string text, XGValueChangedEvent checkChangedEventHandler ) : System

보호된 메소드들

메소드 설명
GetFocus ( ) : void

비공개 메소드들

메소드 설명
Activate ( Point point ) : bool
NotifyChecked ( XGRadioButton checkedRadio ) : void

메소드 상세

Draw() 공개 메소드

public Draw ( float frameTime ) : void
frameTime float
리턴 void

GetFocus() 보호된 메소드

protected GetFocus ( ) : void
리턴 void

NotifyChildCollectionChanged() 공개 메소드

public NotifyChildCollectionChanged ( ) : void
리턴 void

XGRadioGroup() 공개 메소드

public XGRadioGroup ( Rectangle rect, string text ) : System
rect Microsoft.Xna.Framework.Rectangle
text string
리턴 System

XGRadioGroup() 공개 메소드

public XGRadioGroup ( Rectangle rect, string text, XGValueChangedEvent checkChangedEventHandler ) : System
rect Microsoft.Xna.Framework.Rectangle
text string
checkChangedEventHandler XGValueChangedEvent
리턴 System