Click or drag to resize

StiTextGeom Constructor (String, StiFontGeom, Object, Object, StiStringFormatGeom, Single, Boolean, NullableInt32, NullableStiRotationMode, 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,
	Nullable<int> maximalWidth,
	Nullable<StiRotationMode> rotationMode,
	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.Nullable{System.Int32},System.Nullable{Stimulsoft.Base.Drawing.StiRotationMode},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.Nullable{System.Int32},System.Nullable{Stimulsoft.Base.Drawing.StiRotationMode},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.Nullable{System.Int32},System.Nullable{Stimulsoft.Base.Drawing.StiRotationMode},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.Nullable{System.Int32},System.Nullable{Stimulsoft.Base.Drawing.StiRotationMode},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.Nullable{System.Int32},System.Nullable{Stimulsoft.Base.Drawing.StiRotationMode},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.Nullable{System.Int32},System.Nullable{Stimulsoft.Base.Drawing.StiRotationMode},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.Nullable{System.Int32},System.Nullable{Stimulsoft.Base.Drawing.StiRotationMode},System.Boolean)"]

maximalWidth
Type: SystemNullableInt32

[Missing <param name="maximalWidth"/> 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.Nullable{System.Int32},System.Nullable{Stimulsoft.Base.Drawing.StiRotationMode},System.Boolean)"]

rotationMode
Type: SystemNullableStiRotationMode

[Missing <param name="rotationMode"/> 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.Nullable{System.Int32},System.Nullable{Stimulsoft.Base.Drawing.StiRotationMode},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.Nullable{System.Int32},System.Nullable{Stimulsoft.Base.Drawing.StiRotationMode},System.Boolean)"]

See Also