Click or drag to resize

ImageUtilities Class

As set of image utilities.
Inheritance Hierarchy
SystemObject
  callback.ShellBoost.Core.UtilitiesImageUtilities

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public static class ImageUtilities

The ImageUtilities type exposes the following members.

Methods
  NameDescription
Public methodStatic memberExtractIcon(String)
Extracts an icon by its name from the calling assembly.
Public methodStatic memberExtractIcon(Assembly, String)
Extracts an icon by its name from an assembly.
Public methodStatic memberGetBitmap
Gets a bitmap from a bitmap handle. Unlike the standard Image.FromHbitmap method, this method supports transparency.
Public methodStatic memberGetBitmapSize
Gets the size of a bitmap.
Public methodStatic memberResizeImage(Image, Image)
Resizes an image so it fits into a target image.
Public methodStatic memberResizeImage(Image, NullableInt32, NullableInt32)
Resizes an image.
Public methodStatic memberResizeImageByHeight
Resizes an image by its height.
Public methodStatic memberResizeImageByWidth
Resizes an image by its width.
Public methodStatic memberSaveAsIcon(IEnumerableImage, Stream)
Saves a list of images to an icon stream.
Public methodStatic memberSaveAsIcon(IEnumerableImage, String)
Saves a list of images to an icon file.
Public methodStatic memberSaveAsIcon(Image, String)
Saves an image to an icon file.
Public methodStatic memberSaveAsIcon(Image, Stream, IEnumerableInt32)
Saves an image to an icon stream.
Public methodStatic memberSaveAsIcon(Image, Stream, Int32)
Saves an image to an icon stream.
Public methodStatic memberSaveAsIcon(Image, String, IEnumerableInt32)
Saves an image to an icon file.
Public methodStatic memberSaveAsIcon(Image, String, Int32)
Saves an image to an icon file.
Top
Fields
  NameDescription
Public fieldStatic memberMaxIconSize
The maximum Windows Shell icon size.
Top
See Also