C# Class Gablarski.Clients.Windows.Extensions

ファイルを表示 Open project: ermau/Gablarski

Public Methods

Method 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

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

Method Details

Overlay() public static method

public static Overlay ( this self, Image imposing ) : Image
self this
imposing Image
return Image

Overlay() public static method

public static Overlay ( this self, Image imposing, ContentAlignment alignment ) : Image
self this
imposing Image
alignment ContentAlignment
return Image

Overlay() public static method

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

Overlay() public static method

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

ShowDialogOnFormThread() public static method

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

ToDisplayString() public static method

public static ToDisplayString ( this self ) : string
self this
return string

ToErrorIcon() public static method

public static ToErrorIcon ( this self ) : Image
self this
return Image

ToIcon() public static method

public static ToIcon ( this self ) : Icon
self this
return System.Drawing.Icon