C# Class Praeclarum.UI.DocumentThumbnailsViewDelegate

Inheritance: UICollectionViewDelegateFlowLayout
Afficher le fichier Open project: praeclarum/Praeclarum Class Usage Examples

Méthodes publiques

Méthode Description
GetInsetForSection ( UICollectionView collectionView, UICollectionViewLayout layout, nint section ) : UIEdgeInsets
GetMinimumInteritemSpacingForSection ( UICollectionView collectionView, UICollectionViewLayout layout, nint section ) : nfloat
GetSizeForItem ( UICollectionView collectionView, UICollectionViewLayout layout, NSIndexPath indexPath ) : CGSize
ItemSelected ( UICollectionView collectionView, NSIndexPath indexPath ) : void

Method Details

GetInsetForSection() public méthode

public GetInsetForSection ( UICollectionView collectionView, UICollectionViewLayout layout, nint section ) : UIEdgeInsets
collectionView UICollectionView
layout UICollectionViewLayout
section nint
Résultat UIEdgeInsets

GetMinimumInteritemSpacingForSection() public méthode

public GetMinimumInteritemSpacingForSection ( UICollectionView collectionView, UICollectionViewLayout layout, nint section ) : nfloat
collectionView UICollectionView
layout UICollectionViewLayout
section nint
Résultat nfloat

GetSizeForItem() public méthode

public GetSizeForItem ( UICollectionView collectionView, UICollectionViewLayout layout, NSIndexPath indexPath ) : CGSize
collectionView UICollectionView
layout UICollectionViewLayout
indexPath NSIndexPath
Résultat CGSize

ItemSelected() public méthode

public ItemSelected ( UICollectionView collectionView, NSIndexPath indexPath ) : void
collectionView UICollectionView
indexPath NSIndexPath
Résultat void