Click or drag to resize

StiTextGeom Constructor (String, StiFontGeom, Object, Object, StiStringFormatGeom, Single, Boolean, Boolean)

Initializes a new instance of the StiTextGeom class

Namespace:  Stimulsoft.Base.Context
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public StiTextGeom(
	string text,
	StiFontGeom font,
	Object brush,
	Object location,
	StiStringFormatGeom stringFormat,
	float angle,
	bool antialiasing,
	bool isRotatedText
)

Parameters

text
Type: SystemString

[Missing <param name="text"/> documentation for "M:Stimulsoft.Base.Context.StiTextGeom.#ctor(System.String,Stimulsoft.Base.Context.StiFontGeom,System.Object,System.Object,Stimulsoft.Base.Context.StiStringFormatGeom,System.Single,System.Boolean,System.Boolean)"]

font
Type: Stimulsoft.Base.ContextStiFontGeom

[Missing <param name="font"/> documentation for "M:Stimulsoft.Base.Context.StiTextGeom.#ctor(System.String,Stimulsoft.Base.Context.StiFontGeom,System.Object,System.Object,Stimulsoft.Base.Context.StiStringFormatGeom,System.Single,System.Boolean,System.Boolean)"]

brush
Type: SystemObject

[Missing <param name="brush"/> documentation for "M:Stimulsoft.Base.Context.StiTextGeom.#ctor(System.String,Stimulsoft.Base.Context.StiFontGeom,System.Object,System.Object,Stimulsoft.Base.Context.StiStringFormatGeom,System.Single,System.Boolean,System.Boolean)"]

location
Type: SystemObject

[Missing <param name="location"/> documentation for "M:Stimulsoft.Base.Context.StiTextGeom.#ctor(System.String,Stimulsoft.Base.Context.StiFontGeom,System.Object,System.Object,Stimulsoft.Base.Context.StiStringFormatGeom,System.Single,System.Boolean,System.Boolean)"]

stringFormat
Type: Stimulsoft.Base.ContextStiStringFormatGeom

[Missing <param name="stringFormat"/> documentation for "M:Stimulsoft.Base.Context.StiTextGeom.#ctor(System.String,Stimulsoft.Base.Context.StiFontGeom,System.Object,System.Object,Stimulsoft.Base.Context.StiStringFormatGeom,System.Single,System.Boolean,System.Boolean)"]

angle
Type: SystemSingle

[Missing <param name="angle"/> documentation for "M:Stimulsoft.Base.Context.StiTextGeom.#ctor(System.String,Stimulsoft.Base.Context.StiFontGeom,System.Object,System.Object,Stimulsoft.Base.Context.StiStringFormatGeom,System.Single,System.Boolean,System.Boolean)"]

antialiasing
Type: SystemBoolean

[Missing <param name="antialiasing"/> documentation for "M:Stimulsoft.Base.Context.StiTextGeom.#ctor(System.String,Stimulsoft.Base.Context.StiFontGeom,System.Object,System.Object,Stimulsoft.Base.Context.StiStringFormatGeom,System.Single,System.Boolean,System.Boolean)"]

isRotatedText
Type: SystemBoolean

[Missing <param name="isRotatedText"/> documentation for "M:Stimulsoft.Base.Context.StiTextGeom.#ctor(System.String,Stimulsoft.Base.Context.StiFontGeom,System.Object,System.Object,Stimulsoft.Base.Context.StiStringFormatGeom,System.Single,System.Boolean,System.Boolean)"]

See Also