C# Класс Zhwang.SuperNotifyIcon.Finder.NotifyIconColorFinder

Показать файл Открыть проект

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

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