|
|
| Text (global::System.IntPtr cPtr, bool cMemoryOwn) |
| |
|
| Text () |
| | Constructor.
|
| |
|
| Text (cadex.UTF16String theText) |
| | Constructor.
|
| |
|
void | SetText (cadex.UTF16String theText) |
| | Sets a text.
|
| |
|
cadex.UTF16String | GetText () |
| | Returns a text.
|
| |
|
void | SetTextOrigin (cadex.Geom.Point2d theTextOrigin) |
| | Sets a position of the text.
|
| |
|
cadex.Geom.Point2d | TextOrigin () |
| | Returns a position of the text on the 2D plane.
|
| |
|
void | SetFontSize (float theFontSize) |
| |
| float | FontSize () |
| | Returns size of the font in points.
|
| |
|
void | SetTextProperties (cadex.Drawing.Text.Properties theTextProperties) |
| | Sets the properties of dimension text.
|
| |
|
cadex.Drawing.Text.Properties | TextProperties () |
| | Returns the properties of dimension text.
|
| |
|
| Element (global::System.IntPtr cPtr, bool cMemoryOwn) |
| |
|
void | SetUuid (System.Guid theUuid) |
| |
|
System.Guid | Uuid () |
| |
|
void | Accept (cadex.Drawing.ElementVisitor theVisitor) |
| |
|
| BaseObject (global::System.IntPtr cPtr, bool cMemoryOwn) |
| |
|
void | Dispose () |
| |
|
bool | IsNull () |
| |
|
ulong | Id () |
| | Return unique identifier of public object.
|
| |
|
bool | IsEqual (cadex.BaseObject theObj) |
| |
|
override int | GetHashCode () |
| |
|
override bool | Equals (System.Object o) |
| |
Defines a text for drawing.
Example of text