Method | Description | |
---|---|---|
CreateBanner ( int nWidth, int nHeight, BannerStyle bs, Image imgIcon, string strTitle, string strLine ) : Image | ||
CreateBanner ( int nWidth, int nHeight, BannerStyle bs, Image imgIcon, string strTitle, string strLine, bool bNoCache ) : Image | ||
CreateBannerEx ( |
||
CreateBannerEx ( |
||
UpdateBanner ( |
Update/create a dialog banner. This method is intended for updating banners in resizable dialogs. The created banner images bypass the cache of the factory and are disposed when the dialog is resized (i.e. the caller shouldn't do anything with the banner images).
|
Method | Description | |
---|---|---|
DpiScaleFloat ( float x, int nBaseHeight ) : float | ||
DpiScaleInt ( int x, int nBaseHeight ) : int | ||
DrawText ( |
public static CreateBanner ( int nWidth, int nHeight, BannerStyle bs, Image imgIcon, string strTitle, string strLine ) : Image | ||
nWidth | int | |
nHeight | int | |
bs | BannerStyle | |
imgIcon | Image | |
strTitle | string | |
strLine | string | |
return | Image |
public static CreateBanner ( int nWidth, int nHeight, BannerStyle bs, Image imgIcon, string strTitle, string strLine, bool bNoCache ) : Image | ||
nWidth | int | |
nHeight | int | |
bs | BannerStyle | |
imgIcon | Image | |
strTitle | string | |
strLine | string | |
bNoCache | bool | |
return | Image |
public static CreateBannerEx ( |
||
f | ||
picBox | ||
imgIcon | Image | |
strTitle | string | |
strLine | string | |
return | void |
public static CreateBannerEx ( |
||
f | ||
picBox | ||
imgIcon | Image | |
strTitle | string | |
strLine | string | |
bNoCache | bool | |
return | void |
public static UpdateBanner ( |
||
f | ||
picBox | ||
imgIcon | Image | |
strTitle | string | |
strLine | string | |
nOldWidth | int | |
return | void |