[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'InterfaceBase' (#lcl)

TWidgetSet.DCSetPixel

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

Declaration

Source position: interfacebase.pp line 154

public procedure TWidgetSet.DCSetPixel(

  CanvasHandle: HDC;

  X: Integer;

  Y: Integer;

  AColor: 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.

The latest version of this document can be found at lazarus-ccr.sourceforge.net.