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

ExcludeClipRect

Excludes a rectangle from the clipping region, i.e. allows one to paint within the rectangle.

Declaration

Source position: winapih.inc line 98

function ExcludeClipRect(

  dc: HDC;

  Left: Integer;

  Top: Integer;

  Right: Integer;

  Bottom: Integer

):Integer;

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