Click or drag to resize

StiTableTextGeom Constructor

Initializes a new instance of the StiTableTextGeom class

Namespace:  Stimulsoft.Base.Context
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public StiTableTextGeom(
	string text,
	StiFontGeom font,
	StiBrush foreground,
	RectangleF rect,
	StringAlignment alignment
)

Parameters

text
Type: SystemString

[Missing <param name="text"/> documentation for "M:Stimulsoft.Base.Context.StiTableTextGeom.#ctor(System.String,Stimulsoft.Base.Context.StiFontGeom,Stimulsoft.Base.Drawing.StiBrush,System.Drawing.RectangleF,System.Drawing.StringAlignment)"]

font
Type: Stimulsoft.Base.ContextStiFontGeom

[Missing <param name="font"/> documentation for "M:Stimulsoft.Base.Context.StiTableTextGeom.#ctor(System.String,Stimulsoft.Base.Context.StiFontGeom,Stimulsoft.Base.Drawing.StiBrush,System.Drawing.RectangleF,System.Drawing.StringAlignment)"]

foreground
Type: Stimulsoft.Base.DrawingStiBrush

[Missing <param name="foreground"/> documentation for "M:Stimulsoft.Base.Context.StiTableTextGeom.#ctor(System.String,Stimulsoft.Base.Context.StiFontGeom,Stimulsoft.Base.Drawing.StiBrush,System.Drawing.RectangleF,System.Drawing.StringAlignment)"]

rect
Type: System.DrawingRectangleF

[Missing <param name="rect"/> documentation for "M:Stimulsoft.Base.Context.StiTableTextGeom.#ctor(System.String,Stimulsoft.Base.Context.StiFontGeom,Stimulsoft.Base.Drawing.StiBrush,System.Drawing.RectangleF,System.Drawing.StringAlignment)"]

alignment
Type: System.DrawingStringAlignment

[Missing <param name="alignment"/> documentation for "M:Stimulsoft.Base.Context.StiTableTextGeom.#ctor(System.String,Stimulsoft.Base.Context.StiFontGeom,Stimulsoft.Base.Drawing.StiBrush,System.Drawing.RectangleF,System.Drawing.StringAlignment)"]

See Also