PointText Class |
Namespace: Cadcorp
The PointText type exposes the following members.
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| Angle |
The angle that the item is drawn at, in RADIANS.
| |
| Bold |
Whether the text item is to be drawn bold or not.
| |
| Brush |
The brush that the area will be drawn in. If an empty string, then the overlay default is used. If
NULL, then no drawing takes place.
| |
| Font |
The name of the font to be used.
| |
| Italic |
Whether the text item is to be drawn italic or not.
| |
| Pen |
The pen that the line is to be drawn in. If an empty string, then the overlay default is
used. If NULL, then no drawing takes place - though any other actions required (such as returning the
length) will still take place.
| |
| Size |
The size of the text, in points. Negative sizes are drawn at fixed size, positive
sizes scale with the map.
| |
| Text |
The string that will be drawn.
| |
| Vertex |
The points that make up the area.
|