C# Class Artemis.DeviceProviders.Logitech.Utilities.OrionUtilities

Afficher le fichier Open project: SpoinkyNL/Artemis

Méthodes publiques

Свойство Type Description
Keymappings KeyMapping[]

Méthodes publiques

Méthode Description
BitmapToByteArray ( Bitmap b, bool remap = true ) : byte[]
ResizeImage ( Image image, int width, int height ) : Bitmap

Resize the image to the specified width and height.

Method Details

BitmapToByteArray() public static méthode

public static BitmapToByteArray ( Bitmap b, bool remap = true ) : byte[]
b System.Drawing.Bitmap
remap bool
Résultat byte[]

ResizeImage() public static méthode

Resize the image to the specified width and height.
public static ResizeImage ( Image image, int width, int height ) : Bitmap
image System.Drawing.Image The image to resize.
width int The width to resize to.
height int The height to resize to.
Résultat System.Drawing.Bitmap

Property Details

Keymappings public_oe static_oe property

public static KeyMapping[] Keymappings
Résultat KeyMapping[]