C# 클래스 Gablarski.Clients.Windows.Extensions

파일 보기 프로젝트 열기: ermau/Gablarski

공개 메소드들

메소드 설명
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