Click or drag to resize

DBTextExtension Class

Provides extension methods for the DBText type.
Inheritance Hierarchy
SystemObject
  Gile.AutoCAD.R20.ExtensionDBTextExtension

Namespace:  Gile.AutoCAD.R20.Extension
Assembly:  Gile.AutoCAD.R20.Extension (in Gile.AutoCAD.R20.Extension.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public static class DBTextExtension

The DBTextExtension type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGetTextBox
Gets the 'text box' of the DBText instance.
Public methodStatic memberGetTextBoxCenter
Gets the center of the text bounding box.
Public methodStatic memberGetTextBoxCorners
Gets the points at corners of the text bounding box.
Public methodStatic memberMirror
Mirrors the text honoring the value of MIRRTEXT system variable.
Top
See Also