C# Class Praeclarum.UI.DocumentThumbnailsViewDelegate

Inheritance: UICollectionViewDelegateFlowLayout
Show file Open project: praeclarum/Praeclarum Class Usage Examples

Public Methods

Method 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 method

public GetInsetForSection ( UICollectionView collectionView, UICollectionViewLayout layout, nint section ) : UIEdgeInsets
collectionView UICollectionView
layout UICollectionViewLayout
section nint
return UIEdgeInsets

GetMinimumInteritemSpacingForSection() public method

public GetMinimumInteritemSpacingForSection ( UICollectionView collectionView, UICollectionViewLayout layout, nint section ) : nfloat
collectionView UICollectionView
layout UICollectionViewLayout
section nint
return nfloat

GetSizeForItem() public method

public GetSizeForItem ( UICollectionView collectionView, UICollectionViewLayout layout, NSIndexPath indexPath ) : CGSize
collectionView UICollectionView
layout UICollectionViewLayout
indexPath NSIndexPath
return CGSize

ItemSelected() public method

public ItemSelected ( UICollectionView collectionView, NSIndexPath indexPath ) : void
collectionView UICollectionView
indexPath NSIndexPath
return void