JCL Help:TJclRegion.CreateRect@Integer@Integer@Integer@Integer@Byte

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Create a rectangle region


Pascal

 public constructor CreateRect(const ARect: TRect; DummyForBCB: Boolean = False); overload;
public constructor CreateRect(const Top: Integer; const Left: Integer; const Bottom: Integer; const Right: Integer; DummyForBCB: Byte = 0); overload;


Parameters

Parameters Description
const ARect: TRect The rectangle describing the region.
const Top: Integer X-coordinate of the upper left point.
const Left: Integer Y-coordinate of the upper left point.
const Bottom: Integer X-coordinate of the bottom right point.
const Right: Integer Y-coordinate of the bottom right point.


Description

Creates a rectangele region defined by a rectangle or Top, Left, Bottom, Right.


About

Donator

Wim De Cleen


Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page