C# Class XamarinEvolveIOS.AvatarSelectorView

Inheritance: UIView
Afficher le fichier Open project: bholmes/XamarinEvolve2013Project Class Usage Examples

Méthodes publiques

Méthode Description
AvatarSelectorView ( RectangleF rect, UIImage originalImage ) : System
HitTest ( PointF point, UIEvent uievent ) : UIView
LayoutSubviews ( ) : void

Private Methods

Méthode Description
ActionSheetTapped ( object sender, UIButtonEventArgs e ) : void
AddNewCustomButton ( ) : UIButton
ApplyChangesTap ( object sender, EventArgs e ) : void
ChangePhotoTap ( object sender, EventArgs e ) : void
CropImage ( UIImage originalImage, RectangleF rect ) : UIImage
HandlePick ( Task task ) : void
ImagesFromColors ( UIColor colors ) : List
PickPhotoFromLibrary ( Xamarin.Media.MediaPicker picker ) : void
SetNewImage ( UIImage image ) : void
SetScrollZoomInfo ( RectangleF scrollRect, bool forceScale ) : void

Method Details

AvatarSelectorView() public méthode

public AvatarSelectorView ( RectangleF rect, UIImage originalImage ) : System
rect System.Drawing.RectangleF
originalImage UIImage
Résultat System

HitTest() public méthode

public HitTest ( PointF point, UIEvent uievent ) : UIView
point System.Drawing.PointF
uievent UIEvent
Résultat UIView

LayoutSubviews() public méthode

public LayoutSubviews ( ) : void
Résultat void