C# Класс ArduinoTest.Components.ColorManagment.Service.GDIColorProvider

Наследование: System.Windows.Forms.Form, IColorProvider
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
GDIColorProvider ( ) : System

Ctor

GetColors ( ) : byte[]

Приватные методы

Метод Описание
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

Описание методов

GDIColorProvider() публичный Метод

Ctor
public GDIColorProvider ( ) : System
Результат System

GetColors() публичный Метод

public GetColors ( ) : byte[]
Результат byte[]