[Missing <summary> documentation for "T:Stimulsoft.Base.Drawing.StiTextDrawing"]
Inheritance Hierarchy
Namespace:
Stimulsoft.Base.Drawing
Assembly:
Stimulsoft.Base (in Stimulsoft.Base.dll) Version: 2019.3.1.0
Syntax public class StiTextDrawing
Public Class StiTextDrawing
The StiTextDrawing type exposes the following members.
Constructors
| Name | Description |
---|
| StiTextDrawing | Initializes a new instance of the StiTextDrawing class |
TopProperties Methods
| Name | Description |
---|
| DrawString(Graphics, String, Font, Brush, RectangleD, StringFormat) | |
| DrawString(Graphics, String, Font, Color, RectangleD, StringFormat) | |
| DrawString(Graphics, String, Font, Brush, RectangleD, StiTextOptions, StiTextHorAlignment, StiVertAlignment) | |
| DrawString(Graphics, String, Font, Brush, RectangleD, StringFormat, Single, Double) | |
| DrawString(Graphics, String, Font, Brush, RectangleF, StringFormat, Single, Double) | |
| DrawString(Graphics, String, Font, Brush, RectangleD, StiTextOptions, StiTextHorAlignment, StiVertAlignment, Boolean, Single, Double) | |
| DrawStringWidth(Graphics, String, Font, Brush, RectangleD, StringFormat, Double) | |
| DrawStringWidth(Graphics, String, Font, Brush, RectangleD, StringFormat, Single, Double) | |
| 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.) |
| GetAlignment(StiTextHorAlignment) | |
| GetAlignment(StiVertAlignment) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) |
| GetStringFormat(StiTextOptions, StiTextHorAlignment, StiVertAlignment, Single) | |
| GetStringFormat(StiTextOptions, StiTextHorAlignment, StiVertAlignment, Boolean, Single) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) |
| MeasureString(Graphics, String, Font) | |
| MeasureString(Graphics, String, Font, StiTextHorAlignment, StiVertAlignment, Single) | |
| MeasureString(Graphics, String, Font, StringAlignment, StringAlignment, Single) | |
| MeasureString(Graphics, String, Font, StiTextHorAlignment, StiVertAlignment, Boolean, Single) | |
| MeasureString(Graphics, String, Font, Double, StiTextOptions, StiTextHorAlignment, StiVertAlignment, Boolean, Double) | |
| MeasureStringWidth | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
| SplitString | |
| SplitTextWordwrap(String, Graphics, Font, RectangleD, StringFormat, Boolean) | |
| SplitTextWordwrap(String, Graphics, Font, RectangleD, StiTextOptions, StiTextHorAlignment, Boolean) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
TopSee Also