C# Class GMGridTest.SlidesTransformationDelegate

Inheritance: GMGridView.GMGridViewTransformationDelegate
ファイルを表示 Open project: aarpy/GMGridMono

Public Methods

Method Description
DidEndTransformingCell ( GMGridView gridView, GMGridView cell ) : void
DidEnterFullSizeForCell ( GMGridView gridView, GMGridView cell ) : void
DidStartTransformingCell ( GMGridView gridView, GMGridView cell ) : void
FullSizeViewForCell ( GMGridView gridView, GMGridView cell, int index ) : UIView
SizeInFullSizeForCell ( GMGridView gridView, GMGridView cell, int index, UIInterfaceOrientation orientation ) : SizeF

Method Details

DidEndTransformingCell() public method

public DidEndTransformingCell ( GMGridView gridView, GMGridView cell ) : void
gridView GMGridView
cell GMGridView
return void

DidEnterFullSizeForCell() public method

public DidEnterFullSizeForCell ( GMGridView gridView, GMGridView cell ) : void
gridView GMGridView
cell GMGridView
return void

DidStartTransformingCell() public method

public DidStartTransformingCell ( GMGridView gridView, GMGridView cell ) : void
gridView GMGridView
cell GMGridView
return void

FullSizeViewForCell() public method

public FullSizeViewForCell ( GMGridView gridView, GMGridView cell, int index ) : UIView
gridView GMGridView
cell GMGridView
index int
return UIView

SizeInFullSizeForCell() public method

public SizeInFullSizeForCell ( GMGridView gridView, GMGridView cell, int index, UIInterfaceOrientation orientation ) : SizeF
gridView GMGridView
cell GMGridView
index int
orientation UIInterfaceOrientation
return System.Drawing.SizeF