Click or drag to resize

StiTextDrawing Methods

The StiTextDrawing type exposes the following members.

Methods
  NameDescription
Public methodStatic memberDrawString(Graphics, String, Font, Brush, RectangleD, StringFormat)
Public methodStatic memberDrawString(Graphics, String, Font, Color, RectangleD, StringFormat)
Public methodStatic memberDrawString(Graphics, String, Font, Brush, RectangleD, StiTextOptions, StiTextHorAlignment, StiVertAlignment)
Public methodStatic memberDrawString(Graphics, String, Font, Brush, RectangleD, StringFormat, Single, Double)
Public methodStatic memberDrawString(Graphics, String, Font, Brush, RectangleF, StringFormat, Single, Double)
Public methodStatic memberDrawString(Graphics, String, Font, Brush, RectangleD, StiTextOptions, StiTextHorAlignment, StiVertAlignment, Boolean, Single, Double)
Public methodStatic memberDrawStringWidth(Graphics, String, Font, Brush, RectangleD, StringFormat, Double)
Public methodStatic memberDrawStringWidth(Graphics, String, Font, Brush, RectangleD, StringFormat, Single, Double)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodStatic memberGetAlignment(StiTextHorAlignment)
Public methodStatic memberGetAlignment(StiVertAlignment)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodStatic memberGetStringFormat(StiTextOptions, StiTextHorAlignment, StiVertAlignment, Single)
Public methodStatic memberGetStringFormat(StiTextOptions, StiTextHorAlignment, StiVertAlignment, Boolean, Single)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberMeasureString(Graphics, String, Font)
Public methodStatic memberMeasureString(Graphics, String, Font, StiTextHorAlignment, StiVertAlignment, Single)
Public methodStatic memberMeasureString(Graphics, String, Font, StringAlignment, StringAlignment, Single)
Public methodStatic memberMeasureString(Graphics, String, Font, StiTextHorAlignment, StiVertAlignment, Boolean, Single)
Public methodStatic memberMeasureString(Graphics, String, Font, Double, StiTextOptions, StiTextHorAlignment, StiVertAlignment, Boolean, Double)
Public methodStatic memberMeasureStringWidth
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodStatic memberSplitString
Public methodStatic memberSplitTextWordwrap(String, Graphics, Font, RectangleD, StringFormat, Boolean)
Public methodStatic memberSplitTextWordwrap(String, Graphics, Font, RectangleD, StiTextOptions, StiTextHorAlignment, Boolean)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also