C# 클래스 CrossUI.iOS.Dialog.Elements.OwnerDrawnElement.OwnerDrawnCellView

상속: UIView
파일 보기 프로젝트 열기: MvvmCross/MvvmCross

공개 메소드들

메소드 설명
Draw ( CGRect rect ) : void
OwnerDrawnCellView ( OwnerDrawnElement element ) : CoreGraphics
Update ( ) : void

메소드 상세

Draw() 공개 메소드

public Draw ( CGRect rect ) : void
rect CGRect
리턴 void

OwnerDrawnCellView() 공개 메소드

public OwnerDrawnCellView ( OwnerDrawnElement element ) : CoreGraphics
element OwnerDrawnElement
리턴 CoreGraphics

Update() 공개 메소드

public Update ( ) : void
리턴 void