Unit 'InterfaceBase' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#lcl]

TWidgetSet.DCGetPixel

Gets the color for a pixel on the specified device context.

Declaration

Source position: interfacebase.pp line 153

public function TWidgetSet.DCGetPixel(

  CanvasHandle: HDC;

  X: Integer;

  Y: Integer

):TGraphicsColor; virtual; abstract;

Description

Defined as an abstract virtual method. Must be implemented in a descendent class to use the image format and device context needed for the platform.