Метод | Описание | |
---|---|---|
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).
|
Метод | Описание | |
---|---|---|
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 | |
Результат | 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 | |
Результат | Image |
public static CreateBannerEx ( |
||
f | ||
picBox | ||
imgIcon | Image | |
strTitle | string | |
strLine | string | |
Результат | void |
public static CreateBannerEx ( |
||
f | ||
picBox | ||
imgIcon | Image | |
strTitle | string | |
strLine | string | |
bNoCache | bool | |
Результат | void |
public static UpdateBanner ( |
||
f | ||
picBox | ||
imgIcon | Image | |
strTitle | string | |
strLine | string | |
nOldWidth | int | |
Результат | void |