JCL Help:TJclRegion.CreateElliptic@Integer@Integer@Integer@Integer

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Create an elliptic region


Pascal

 public constructor CreateElliptic(const ARect: TRect); overload;
public constructor CreateElliptic(const Top: Integer; const Left: Integer; const Bottom: Integer; const Right: Integer); overload;


Parameters

Parameters Description
const ARect: TRect The rectangle surronding the elliptic 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 an elliptic region defined by a rectangle.


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