GPRubberLine
Unit : GPRubberShapesUnit
Association : GPRubberLineAsn
Inherits from : GPRubberShape, GPBoxBoundedShape, GPShape
Description
- A line that can "rubber-band," drawing and erasing itself to allow the user
to resize the shape before it is permanently drawn.
Public Interface
-
CONSTRUCTOR Init;
Initializes a GPRubberLine (with endpoints (0, 0), (0, 0)).
CONSTRUCTOR InitWithPoints (start, finish: GPPoint);
Initializes a GPRubberLine with the given endpoints.
DESTRUCTOR Destroy; VIRTUAL;
Destroys a GPRubberLine.
PROCEDURE Copy: GPShapeAsn; VIRTUAL;
Produce a copy of the GPRubberLine.
Subclasses
- None
Please report any problems with GP or the documentation to
GP Support
.
Loring Holden