Text3d Class |
Namespace: Rhino.Display
The Text3d type exposes the following members.
Name | Description | |
---|---|---|
Text3d(String) |
Constructs a new instance of Text3d.
| |
Text3d(String, Plane, Double) |
Constructs a new instance of Text3d.
|
Name | Description | |
---|---|---|
Bold |
Gets or sets whether this Text3d object will be drawn in Bold.
| |
BoundingBox |
Gets the bounding box for this Text3d object.
| |
FontFace |
Gets or sets the FontFace name.
| |
Height |
Gets or sets the height (in units) of this Text3d object.
The height should be a positive number larger than zero.
| |
HorizontalAlignment |
Horizontal alignment that this Text3d is drawn with
| |
Italic |
Gets or sets whether this Text3d object will be drawn in Italics.
| |
Text |
Gets or sets the text string for this Text3d object.
| |
TextPlane |
Gets or sets the 3D aligned plane for this Text3d object.
| |
VerticalAlignment |
Vertical alignment that this Text3d is drawn with
|
Name | Description | |
---|---|---|
Dispose |
Actively reclaims unmanaged resources that this instance uses.
| |
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.) |