Click or drag to resize

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

[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.Boolean)"]

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,
	bool antialiasing
)

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.Boolean)"]

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.Boolean)"]

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.Boolean)"]

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.Boolean)"]

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.Boolean)"]

antialiasing
Type: SystemBoolean

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

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.Boolean)"]

See Also