C# Class MonoMobile.Dialog.OwnerDrawnElement.OwnerDrawnCellView

Inheritance: UIView
Mostra file Open project: moljac/MonoMobile.Dialog

Public Methods

Method Description
Draw ( RectangleF rect ) : void
OwnerDrawnCellView ( OwnerDrawnElement element ) : System
Update ( ) : void

Method Details

Draw() public method

public Draw ( RectangleF rect ) : void
rect System.Drawing.RectangleF
return void

OwnerDrawnCellView() public method

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

Update() public method

public Update ( ) : void
return void