C# Class EventApp.Controls.Buttons.ImageButton

Inheritance: UIButton
Mostra file Open project: BobStolk/EventApp

Protected Properties

Property Type Description
ButtonImage UIImage

Public Methods

Method Description
ImageButton ( RectangleF frame, string imagePath ) : System

Method Details

ImageButton() public method

public ImageButton ( RectangleF frame, string imagePath ) : System
frame System.Drawing.RectangleF
imagePath string
return System

Property Details

ButtonImage protected_oe property

protected UIImage ButtonImage
return UIImage