FormattedTextObject Class |
Namespace: VO
The FormattedTextObject type exposes the following members.
Name | Description | |
---|---|---|
FormattedTextObject |
Construct a FormattedTextObject object.
|
Name | Description | |
---|---|---|
BoundingBox |
A bounding box representing the smallest rectangle (in the owner window's canvas coordinates) which encloses this TextObject object.
(Inherited from TextObject.) | |
Origin |
A point representing the origin of this DrawObject object in canvas coordinates.
(Inherited from DrawObject.) | |
RasterOperation |
A constant, indicating the raster operation in use for this DrawObject object:
(Inherited from DrawObject.) | |
Size |
A dimension representing the size of this DrawObject object.
(Inherited from DrawObject.) | |
TabSize |
A numeric value representing the tab size—in characters—for a FormattedTextObject object. The default tab size is 8.
|
Name | Description | |
---|---|---|
Draw |
Draw a FormattedTextObject object on a window.
(Overrides Draw.) | |
Handle |
Return the handle for a DrawObject object.
(Inherited from DrawObject.) | |
HitTest |
Determine if a given point lies within the bounding box of a DrawObject object.
(Inherited from DrawObject.) |
1oFT := FormattedTextObject{Point{10,10},"Hello" + Chr(10) + "World"} 2?oFT