C# 클래스 EventApp.Controls.Buttons.ImageButton

상속: UIButton
파일 보기 프로젝트 열기: BobStolk/EventApp

보호된 프로퍼티들

프로퍼티 타입 설명
ButtonImage UIImage

공개 메소드들

메소드 설명
ImageButton ( RectangleF frame, string imagePath ) : System

메소드 상세

ImageButton() 공개 메소드

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

프로퍼티 상세

ButtonImage 보호되어 있는 프로퍼티

protected UIImage ButtonImage
리턴 UIImage