C# Class Gablarski.Clients.Windows.Extensions

Afficher le fichier Open project: ermau/Gablarski

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
DisplayRecurseInnerExceptions ( Exception ex, StringBuilder builder ) : void
GetOverlayOrigin ( Size baseSize, Size overlaySize, ContentAlignment alignment ) : Point

Method Details

Overlay() public static méthode

public static Overlay ( this self, Image imposing ) : Image
self this
imposing Image
Résultat Image

Overlay() public static méthode

public static Overlay ( this self, Image imposing, ContentAlignment alignment ) : Image
self this
imposing Image
alignment ContentAlignment
Résultat Image

Overlay() public static méthode

public static Overlay ( this self, Image imposing, Size size, ContentAlignment alignment ) : Image
self this
imposing Image
size System.Drawing.Size
alignment ContentAlignment
Résultat Image

Overlay() public static méthode

public static Overlay ( this self, string imposing, Font font, ContentAlignment alignment ) : Image
self this
imposing string
font System.Drawing.Font
alignment ContentAlignment
Résultat Image

ShowDialogOnFormThread() public static méthode

public static ShowDialogOnFormThread ( this self, Form formForThread ) : DialogResult
self this
formForThread System.Windows.Forms.Form
Résultat DialogResult

ToDisplayString() public static méthode

public static ToDisplayString ( this self ) : string
self this
Résultat string

ToErrorIcon() public static méthode

public static ToErrorIcon ( this self ) : Image
self this
Résultat Image

ToIcon() public static méthode

public static ToIcon ( this self ) : Icon
self this
Résultat System.Drawing.Icon