ImageUtilities Class |
Namespace: ShellBoost.Core.Utilities
public static class ImageUtilities
The ImageUtilities type exposes the following members.
| Name | Description | |
|---|---|---|
| ExtractIcon(String) |
Extracts an icon by its name from the calling assembly.
| |
| ExtractIcon(Assembly, String) |
Extracts an icon by its name from an assembly.
| |
| GetBitmap |
Gets a bitmap from a bitmap handle. Unlike the standard Image.FromHbitmap method, this method supports transparency.
| |
| GetBitmapSize |
Gets the size of a bitmap.
| |
| ResizeImage(Image, Image) |
Resizes an image so it fits into a target image.
| |
| ResizeImage(Image, NullableInt32, NullableInt32) |
Resizes an image.
| |
| ResizeImageByHeight |
Resizes an image by its height.
| |
| ResizeImageByWidth |
Resizes an image by its width.
| |
| SaveAsIcon(IEnumerableImage, Stream) |
Saves a list of images to an icon stream.
| |
| SaveAsIcon(IEnumerableImage, String) |
Saves a list of images to an icon file.
| |
| SaveAsIcon(Image, String) |
Saves an image to an icon file.
| |
| SaveAsIcon(Image, Stream, IEnumerableInt32) |
Saves an image to an icon stream.
| |
| SaveAsIcon(Image, Stream, Int32) |
Saves an image to an icon stream.
| |
| SaveAsIcon(Image, String, IEnumerableInt32) |
Saves an image to an icon file.
| |
| SaveAsIcon(Image, String, Int32) |
Saves an image to an icon file.
|
| Name | Description | |
|---|---|---|
| MaxIconSize |
The maximum Windows Shell icon size.
|