Click or drag to resize

StiContextDrawString Method (String, StiFontGeom, Object, RectangleF, StiStringFormatGeom, Int32)

[Missing <summary> documentation for "M:Stimulsoft.Base.Context.StiContext.DrawString(System.String,Stimulsoft.Base.Context.StiFontGeom,System.Object,System.Drawing.RectangleF,Stimulsoft.Base.Context.StiStringFormatGeom,System.Int32)"]

Namespace:  Stimulsoft.Base.Context
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public StiTextGeom DrawString(
	string text,
	StiFontGeom font,
	Object brush,
	RectangleF rect,
	StiStringFormatGeom sf,
	int elementIndex = -1
)

Parameters

text
Type: SystemString

[Missing <param name="text"/> documentation for "M:Stimulsoft.Base.Context.StiContext.DrawString(System.String,Stimulsoft.Base.Context.StiFontGeom,System.Object,System.Drawing.RectangleF,Stimulsoft.Base.Context.StiStringFormatGeom,System.Int32)"]

font
Type: Stimulsoft.Base.ContextStiFontGeom

[Missing <param name="font"/> documentation for "M:Stimulsoft.Base.Context.StiContext.DrawString(System.String,Stimulsoft.Base.Context.StiFontGeom,System.Object,System.Drawing.RectangleF,Stimulsoft.Base.Context.StiStringFormatGeom,System.Int32)"]

brush
Type: SystemObject

[Missing <param name="brush"/> documentation for "M:Stimulsoft.Base.Context.StiContext.DrawString(System.String,Stimulsoft.Base.Context.StiFontGeom,System.Object,System.Drawing.RectangleF,Stimulsoft.Base.Context.StiStringFormatGeom,System.Int32)"]

rect
Type: System.DrawingRectangleF

[Missing <param name="rect"/> documentation for "M:Stimulsoft.Base.Context.StiContext.DrawString(System.String,Stimulsoft.Base.Context.StiFontGeom,System.Object,System.Drawing.RectangleF,Stimulsoft.Base.Context.StiStringFormatGeom,System.Int32)"]

sf
Type: Stimulsoft.Base.ContextStiStringFormatGeom

[Missing <param name="sf"/> documentation for "M:Stimulsoft.Base.Context.StiContext.DrawString(System.String,Stimulsoft.Base.Context.StiFontGeom,System.Object,System.Drawing.RectangleF,Stimulsoft.Base.Context.StiStringFormatGeom,System.Int32)"]

elementIndex (Optional)
Type: SystemInt32

[Missing <param name="elementIndex"/> documentation for "M:Stimulsoft.Base.Context.StiContext.DrawString(System.String,Stimulsoft.Base.Context.StiFontGeom,System.Object,System.Drawing.RectangleF,Stimulsoft.Base.Context.StiStringFormatGeom,System.Int32)"]

Return Value

Type: StiTextGeom

[Missing <returns> documentation for "M:Stimulsoft.Base.Context.StiContext.DrawString(System.String,Stimulsoft.Base.Context.StiFontGeom,System.Object,System.Drawing.RectangleF,Stimulsoft.Base.Context.StiStringFormatGeom,System.Int32)"]

See Also