C# Класс CustomBadge.CustomBadgeView

Наследование: UIView
Показать файл Открыть проект

Открытые методы

Метод Описание
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