GPFilledOval

Unit : GPShapesUnit
Association : GPFilledOvalAsn
Inherits from : GPBoxBoundedShape, GPShape

Description

A filled oval. The oval is circumscribed within the bounding box (see GPBoxBoundedShape).

Public Interface

CONSTRUCTOR Init;
Initializes a GPFilledOval with (0,0) for both corners.

CONSTRUCTOR InitWithPoints (topLeft, bottomRight: GPPoint);
Initializes a GPFilledOval with corners topLeft and bottomRight.

CONSTRUCTOR InitWithSize (topLeft: GPPoint; width, height: integer);
Initializes a GPFilledOval with top left corner and dimensions.

CONSTRUCTOR InitWithCoords (leftX, topY, rightX, bottomY: integer);
Initializes a GPFilledOval with its coordinates.

DESTRUCTOR Destroy; VIRTUAL;
Destroys a GPFilledOval.

PROCEDURE Copy: GPShapeAsn; VIRTUAL;
Produce a copy of the GPFilledOval.

PROCEDURE CopyAsGPFilledOval: GPFilledOvalAsn;
Produce a copy of the GPFilledOval.

FUNCTION Equal(other : GPFilledOval): Boolean;
Returns TRUE if the coordinates of other are the same as this instance's.

Subclasses

None

Please report any problems with GP or the documentation to GP Support .


GP Home Page GP Documentation
Loring Holden