C# 클래스 Artemis.DeviceProviders.Logitech.Utilities.OrionUtilities

파일 보기 프로젝트 열기: SpoinkyNL/Artemis

공개 프로퍼티들

프로퍼티 타입 설명
Keymappings KeyMapping[]

공개 메소드들

메소드 설명
BitmapToByteArray ( Bitmap b, bool remap = true ) : byte[]
ResizeImage ( Image image, int width, int height ) : Bitmap

Resize the image to the specified width and height.

메소드 상세

BitmapToByteArray() 공개 정적인 메소드

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

ResizeImage() 공개 정적인 메소드

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

프로퍼티 상세

Keymappings 공개적으로 정적으로 프로퍼티

public static KeyMapping[] Keymappings
리턴 KeyMapping[]