C# Класс Gablarski.Clients.Windows.Extensions

Показать файл Открыть проект

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

Метод Описание
Overlay ( this self, Image imposing ) : Image
Overlay ( this self, Image imposing, ContentAlignment alignment ) : Image
Overlay ( this self, Image imposing, Size size, ContentAlignment alignment ) : Image
Overlay ( this self, string imposing, Font font, ContentAlignment alignment ) : Image
ShowDialogOnFormThread ( this self, Form formForThread ) : DialogResult
ToDisplayString ( this self ) : string
ToErrorIcon ( this self ) : Image
ToIcon ( this self ) : Icon

Приватные методы

Метод Описание
DisplayRecurseInnerExceptions ( Exception ex, StringBuilder builder ) : void
GetOverlayOrigin ( Size baseSize, Size overlaySize, ContentAlignment alignment ) : Point

Описание методов

Overlay() публичный статический Метод

public static Overlay ( this self, Image imposing ) : Image
self this
imposing Image
Результат Image

Overlay() публичный статический Метод

public static Overlay ( this self, Image imposing, ContentAlignment alignment ) : Image
self this
imposing Image
alignment ContentAlignment
Результат Image

Overlay() публичный статический Метод

public static Overlay ( this self, Image imposing, Size size, ContentAlignment alignment ) : Image
self this
imposing Image
size System.Drawing.Size
alignment ContentAlignment
Результат Image

Overlay() публичный статический Метод

public static Overlay ( this self, string imposing, Font font, ContentAlignment alignment ) : Image
self this
imposing string
font System.Drawing.Font
alignment ContentAlignment
Результат Image

ShowDialogOnFormThread() публичный статический Метод

public static ShowDialogOnFormThread ( this self, Form formForThread ) : DialogResult
self this
formForThread System.Windows.Forms.Form
Результат DialogResult

ToDisplayString() публичный статический Метод

public static ToDisplayString ( this self ) : string
self this
Результат string

ToErrorIcon() публичный статический Метод

public static ToErrorIcon ( this self ) : Image
self this
Результат Image

ToIcon() публичный статический Метод

public static ToIcon ( this self ) : Icon
self this
Результат System.Drawing.Icon