C# Class ClanceysLib.UIHorizontalButton

Inheritance: UIButton
Show file Open project: Clancey/ClanceyLib

Public Properties

Property Type Description
_Title string

Public Methods

Method Description
BeginTracking ( UITouch uitouch, UIEvent uievent ) : bool
Draw ( RectangleF rect ) : void
EndTracking ( UITouch uitouch, UIEvent uievent ) : void
Init ( RectangleF rect ) : void
UIHorizontalButton ( RectangleF rect ) : System

Method Details

BeginTracking() public method

public BeginTracking ( UITouch uitouch, UIEvent uievent ) : bool
uitouch UITouch
uievent UIEvent
return bool

Draw() public method

public Draw ( RectangleF rect ) : void
rect System.Drawing.RectangleF
return void

EndTracking() public method

public EndTracking ( UITouch uitouch, UIEvent uievent ) : void
uitouch UITouch
uievent UIEvent
return void

Init() public method

public Init ( RectangleF rect ) : void
rect System.Drawing.RectangleF
return void

UIHorizontalButton() public method

public UIHorizontalButton ( RectangleF rect ) : System
rect System.Drawing.RectangleF
return System

Property Details

_Title public property

public string _Title
return string