C# Class Zhwang.SuperNotifyIcon.Finder.NotifyIconColorFinder

Datei anzeigen Open project: rzhw/SuperNotifyIcon

Public Methods

Method Description
GetLocation ( int accuracy ) : Point?
GetLocationPrepare ( ) : void
NotifyIconColorFinder ( System.Windows.Forms.NotifyIcon notifyIcon ) : System

Private Methods

Method Description
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

Method Details

GetLocation() public method

public GetLocation ( int accuracy ) : Point?
accuracy int
return Point?

GetLocationPrepare() public method

public GetLocationPrepare ( ) : void
return void

NotifyIconColorFinder() public method

public NotifyIconColorFinder ( System.Windows.Forms.NotifyIcon notifyIcon ) : System
notifyIcon System.Windows.Forms.NotifyIcon
return System