Unit 'LCLIntf' Package
[Overview][Types][Procedures and functions][Variables][Index] [#lcl]

CreateRectRgn

Creates a rectangular region.

Declaration

Source position: winapih.inc line 70

function CreateRectRgn(

  X1: Integer;

  Y1: Integer;

  X2: Integer;

  Y2: Integer

):HRGN;

Function result

The region handle, zero on failure.



CT Web help

CodeTyphon Studio