C# Class ClanceysLib.NavIcon

Inheritance: UIView
显示文件 Open project: Clancey/ClanceyLib

Public Properties

Property Type Description
KeepImageAspectRation bool
RoundImage bool
parent NavPage

Public Methods

Method Description
HandleBtnTouchDown ( object sender, EventArgs e ) : void
NavIcon ( ) : System
Refresh ( PointF location ) : void
TouchesBegan ( NSSet touches, UIEvent evt ) : void

Private Methods

Method Description
ClearView ( ) : void
loadComplete ( ) : void
loadModal ( ) : void
loadOnThread ( ) : void

Method Details

HandleBtnTouchDown() public method

public HandleBtnTouchDown ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

NavIcon() public method

public NavIcon ( ) : System
return System

Refresh() public method

public Refresh ( PointF location ) : void
location System.Drawing.PointF
return void

TouchesBegan() public method

public TouchesBegan ( NSSet touches, UIEvent evt ) : void
touches NSSet
evt UIEvent
return void

Property Details

KeepImageAspectRation public_oe property

public bool KeepImageAspectRation
return bool

RoundImage public_oe property

Auto Resize and round off the image corners.
public bool RoundImage
return bool

parent public_oe property

public NavPage,ClanceysLib parent
return NavPage