TextFormat Class |
Contains extended properties for use with drawing text onto a Canvas.
Namespace: Atalasoft.Imaging.Drawing
The TextFormat type exposes the following members.
Name | Description | |
---|---|---|
TextFormat | Initializes a new instance of TextFormat with default settings. | |
TextFormat(TextAlignment) | Initializes a new instance of TextFormat specifying the horizontal alignment. | |
TextFormat(TextAlignment, Double) | Initializes a new instance of TextFormat specifying the horizontal alignment and angle. | |
TextFormat(TextAlignment, Double, Int32) | Initializes a new instance of TextFormat specifying the horizontal alignment, angle, and inter-character
spacing. | |
TextFormat(TextAlignment, Double, Int32, Dpi) |
Initializes a new instance of the TextFormat class.
|
Name | Description | |
---|---|---|
Alignment | Gets or sets the horizontal alignment of the text to draw. | |
Angle | Gets or sets the angle in degrees of the text to draw. | |
CharacterWidth | Gets or sets the width of the characters | |
InterCharacterSpace | Gets or sets the number of additional pixels to add between characters. | |
ScaleToDpi | Causes text to be drawn relative to the specified DPI. |
Name | Description | |
---|---|---|
Clone |
Creates a new object that is a copy of the current instance.
| |
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.) |