C# Class ArduinoTest.Components.ColorManagment.Service.GDIColorProvider

Inheritance: System.Windows.Forms.Form, IColorProvider
Show file Open project: holymoo/Disposition Class Usage Examples

Public Methods

Method Description
GDIColorProvider ( ) : System

Ctor

GetColors ( ) : byte[]

Private Methods

Method Description
BitBlt ( IntPtr hdcDest, int xDest, int yDest, int wDest, int hDest, IntPtr hdcSource, int xSrc, int ySrc, CopyPixelOperation rop ) : bool
CreateCompatibleBitmap ( IntPtr hdc, int nWidth, int nHeight ) : IntPtr
CreateCompatibleDC ( IntPtr hdc ) : IntPtr
DeleteDC ( IntPtr hDc ) : IntPtr
DeleteObject ( IntPtr hDc ) : IntPtr
GetDC ( IntPtr ptr ) : IntPtr
GetDesktopWindow ( ) : IntPtr
GetPixel ( IntPtr hdc, int nXPos, int nYPos ) : uint
GetWindowDC ( IntPtr ptr ) : IntPtr
ReleaseDC ( IntPtr hWnd, IntPtr hDc ) : bool
SelectObject ( IntPtr hdc, IntPtr bmp ) : IntPtr

Method Details

GDIColorProvider() public method

Ctor
public GDIColorProvider ( ) : System
return System

GetColors() public method

public GetColors ( ) : byte[]
return byte[]