C# 클래스 ArduinoTest.Components.ColorManagment.Service.GDIColorProvider

상속: System.Windows.Forms.Form, IColorProvider
파일 보기 프로젝트 열기: holymoo/Disposition 1 사용 예제들

공개 메소드들

메소드 설명
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[]