C# Class CrossUI.iOS.Dialog.Elements.OwnerDrawnElement.OwnerDrawnCellView

Inheritance: UIView
Show file Open project: MvvmCross/MvvmCross

Public Methods

Method Description
Draw ( CGRect rect ) : void
OwnerDrawnCellView ( OwnerDrawnElement element ) : CoreGraphics
Update ( ) : void

Method Details

Draw() public method

public Draw ( CGRect rect ) : void
rect CGRect
return void

OwnerDrawnCellView() public method

public OwnerDrawnCellView ( OwnerDrawnElement element ) : CoreGraphics
element OwnerDrawnElement
return CoreGraphics

Update() public method

public Update ( ) : void
return void