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

ファイルを表示 Open project: SpoinkyNL/Artemis

Public Properties

Property Type Description
Keymappings KeyMapping[]

Public Methods

Method 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 method

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

ResizeImage() public static method

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.
return System.Drawing.Bitmap

Property Details

Keymappings public_oe static_oe property

public static KeyMapping[] Keymappings
return KeyMapping[]