C# Class ClanceysLib.NavIcon

Inheritance: UIView
Afficher le fichier Open project: Clancey/ClanceyLib

Méthodes publiques

Свойство Type Description
KeepImageAspectRation bool
RoundImage bool
parent NavPage

Méthodes publiques

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

Private Methods

Méthode Description
ClearView ( ) : void
loadComplete ( ) : void
loadModal ( ) : void
loadOnThread ( ) : void

Method Details

HandleBtnTouchDown() public méthode

public HandleBtnTouchDown ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

NavIcon() public méthode

public NavIcon ( ) : System
Résultat System

Refresh() public méthode

public Refresh ( PointF location ) : void
location System.Drawing.PointF
Résultat void

TouchesBegan() public méthode

public TouchesBegan ( NSSet touches, UIEvent evt ) : void
touches NSSet
evt UIEvent
Résultat void

Property Details

KeepImageAspectRation public_oe property

public bool KeepImageAspectRation
Résultat bool

RoundImage public_oe property

Auto Resize and round off the image corners.
public bool RoundImage
Résultat bool

parent public_oe property

public NavPage,ClanceysLib parent
Résultat NavPage