C# 클래스 CustomBadge.CustomBadgeView

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

공개 메소드들

메소드 설명
AutoResizeBadge ( ) : void
CustomBadgeView ( string text ) : System
CustomBadgeView ( string text, bool autoResize ) : System
Draw ( RectangleF rect ) : void

비공개 메소드들

메소드 설명
DrawBorder ( CGContext context, RectangleF rect ) : void
DrawRoundedRect ( CGContext context, RectangleF rect ) : void
DrawShine ( CGContext context, RectangleF rect ) : void
GetComponents ( UIColor colors ) : float[]
MakePath ( CGContext context, RectangleF rect ) : float
Redraw ( bool autoResize = true ) : void

메소드 상세

AutoResizeBadge() 공개 메소드

public AutoResizeBadge ( ) : void
리턴 void

CustomBadgeView() 공개 메소드

public CustomBadgeView ( string text ) : System
text string
리턴 System

CustomBadgeView() 공개 메소드

public CustomBadgeView ( string text, bool autoResize ) : System
text string
autoResize bool
리턴 System

Draw() 공개 메소드

public Draw ( RectangleF rect ) : void
rect System.Drawing.RectangleF
리턴 void