GPFramedOval
Unit : GPShapesUnit
Association : GPFramedOvalAsn
Inherits from : GPBoxBoundedShape, GPShape
Description
- A framed oval. The oval is circumscribed within the bounding box (see 
GPBoxBoundedShape).
 Public Interface
- 
CONSTRUCTOR Init;
Initializes a GPFramedOval with (0,0) for both corners.
CONSTRUCTOR InitWithPoints (topLeft, bottomRight: 
GPPoint);
Initializes a GPFramedOval with corners topLeft and bottomRight.
CONSTRUCTOR InitWithSize (topLeft: GPPoint; width, 
height: integer);
Initializes a GPFramedOval with top left corner and dimensions. 
CONSTRUCTOR InitWithCoords (leftX, topY, rightX, 
bottomY: integer);
Initializes a GPFramedOval with coordinates. 
DESTRUCTOR Destroy; VIRTUAL;
Destroys a GPFramedOval.
PROCEDURE Copy: GPShapeAsn; VIRTUAL;
Produce a copy of the GPFramedOval.
PROCEDURE CopyAsGPFramedOval: GPFramedOvalAsn;
Produce a copy of the GPFramedOval.
FUNCTION Equal(other : GPFramedOval): 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
.
Loring Holden