Static Public Member Functions | |
| static String | ChooseDirectory (Core.Tools.AccountManager.Product product, String last_open_path) |
| static String | ChooseFile (Core.Tools.AccountManager.Product product, String last_open_path) |
| static Image | GetThumbNailImageFromData (Core.Tools.AccountManager.Product product, Core.Tools.AccountManager.Security.Vault vault, Core.Tools.AccountManager.Map.Data image, int max_width, int max_height) |
| static Image | GetImageFromBytes (Core.Tools.AccountManager.Product product, byte[] bits, int max_width, int max_height, bool grow) |
| static Bitmap | CreateIconFromImage (Image img, int width, int height) |
| static Bitmap | CreateMatBitmap (Image img, Color BackColor, int width, int height) |
| static Bitmap | CreateMatBitmap (Image background, Image img, float alpha_transparency) |
| static System.Drawing.Imaging.ImageCodecInfo | GetEncoderInfo (String mime_type) |
| static String Core.Tools.AccountManager.UIUtilities.ChooseDirectory | ( | Core.Tools.AccountManager.Product | product, | |
| String | last_open_path | |||
| ) | [static] |
| static String Core.Tools.AccountManager.UIUtilities.ChooseFile | ( | Core.Tools.AccountManager.Product | product, | |
| String | last_open_path | |||
| ) | [static] |
| static Image Core.Tools.AccountManager.UIUtilities.GetThumbNailImageFromData | ( | Core.Tools.AccountManager.Product | product, | |
| Core.Tools.AccountManager.Security.Vault | vault, | |||
| Core.Tools.AccountManager.Map.Data | image, | |||
| int | max_width, | |||
| int | max_height | |||
| ) | [static] |
| static Image Core.Tools.AccountManager.UIUtilities.GetImageFromBytes | ( | Core.Tools.AccountManager.Product | product, | |
| byte[] | bits, | |||
| int | max_width, | |||
| int | max_height, | |||
| bool | grow | |||
| ) | [static] |
| static Bitmap Core.Tools.AccountManager.UIUtilities.CreateIconFromImage | ( | Image | img, | |
| int | width, | |||
| int | height | |||
| ) | [static] |
| static Bitmap Core.Tools.AccountManager.UIUtilities.CreateMatBitmap | ( | Image | img, | |
| Color | BackColor, | |||
| int | width, | |||
| int | height | |||
| ) | [static] |
| static Bitmap Core.Tools.AccountManager.UIUtilities.CreateMatBitmap | ( | Image | background, | |
| Image | img, | |||
| float | alpha_transparency | |||
| ) | [static] |
| static System.Drawing.Imaging.ImageCodecInfo Core.Tools.AccountManager.UIUtilities.GetEncoderInfo | ( | String | mime_type | ) | [static] |