Click or drag to resize

StiContextDrawString Method (String, StiFontGeom, Object, Rectangle, StiStringFormatGeom)

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

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,
	Rectangle rect,
	StiStringFormatGeom sf
)

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.Rectangle,Stimulsoft.Base.Context.StiStringFormatGeom)"]

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.Rectangle,Stimulsoft.Base.Context.StiStringFormatGeom)"]

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.Rectangle,Stimulsoft.Base.Context.StiStringFormatGeom)"]

rect
Type: System.DrawingRectangle

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

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.Rectangle,Stimulsoft.Base.Context.StiStringFormatGeom)"]

Return Value

Type: StiTextGeom

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

See Also