C# 클래스 Zhwang.SuperNotifyIcon.Finder.NotifyIconColorFinder

파일 보기 프로젝트 열기: rzhw/SuperNotifyIcon

공개 메소드들

메소드 설명
GetLocation ( int accuracy ) : Point?
GetLocationPrepare ( ) : void
NotifyIconColorFinder ( System.Windows.Forms.NotifyIcon notifyIcon ) : System

비공개 메소드들

메소드 설명
BitmapToPixelArray ( Bitmap bitmap ) : Color[]

Converts a System.Drawing.Bitmap to an array of System.Drawing.Colors. Based on code by Paulo Zemek written under The Code Project Open License http://www.codeproject.com/KB/graphics/ManagedBitmaps.aspx

GetNotifyAreaScreenshot ( ) : Bitmap
SafeColourVal ( int val ) : int
SetFindColour ( Color col ) : void

메소드 상세

GetLocation() 공개 메소드

public GetLocation ( int accuracy ) : Point?
accuracy int
리턴 Point?

GetLocationPrepare() 공개 메소드

public GetLocationPrepare ( ) : void
리턴 void

NotifyIconColorFinder() 공개 메소드

public NotifyIconColorFinder ( System.Windows.Forms.NotifyIcon notifyIcon ) : System
notifyIcon System.Windows.Forms.NotifyIcon
리턴 System