C# Class ManicDigger.ManicDiggerGameWindow.Button

Show file Open project: henon/manic_digger

Public Properties

Property Type Description
Rect System.Drawing.Rectangle
Text string
fontcolor Color
fontcolorselected Color
fontsize int
selected bool

Public Methods

Method Description
InvokeOnClick ( ) : void

Method Details

InvokeOnClick() public method

public InvokeOnClick ( ) : void
return void

Property Details

Rect public property

public Rectangle,System.Drawing Rect
return System.Drawing.Rectangle

Text public property

public string Text
return string

fontcolor public property

public Color fontcolor
return Color

fontcolorselected public property

public Color fontcolorselected
return Color

fontsize public property

public int fontsize
return int

selected public property

public bool selected
return bool