C# Class Xamarin.Canvas.iOS.Example.ImageStack

Inheritance: GroupNode
Afficher le fichier Open project: Clancey/Canvas Class Usage Examples

Private Properties

Свойство Type Description
AllocateChild void
HandleChildActivated void
UpdatePreferedSize void

Méthodes publiques

Méthode Description
Add ( Node node ) : void
ImageStack ( IEnumerable files ) : System

Méthodes protégées

Méthode Description
OnSizeAllocated ( double width, double height ) : void

Private Methods

Méthode Description
AllocateChild ( Node node, System.Point position, double size, double rotation ) : void
HandleChildActivated ( object sender, EventArgs e ) : void
UpdatePreferedSize ( ) : void

Method Details

Add() public méthode

public Add ( Node node ) : void
node Node
Résultat void

ImageStack() public méthode

public ImageStack ( IEnumerable files ) : System
files IEnumerable
Résultat System

OnSizeAllocated() protected méthode

protected OnSizeAllocated ( double width, double height ) : void
width double
height double
Résultat void