Click or drag to resize

StiContextDrawRotatedString Method (String, StiFontGeom, Object, PointF, StiStringFormatGeom, StiRotationMode, Single, Boolean)

[Missing <summary> documentation for "M:Stimulsoft.Base.Context.StiContext.DrawRotatedString(System.String,Stimulsoft.Base.Context.StiFontGeom,System.Object,System.Drawing.PointF,Stimulsoft.Base.Context.StiStringFormatGeom,Stimulsoft.Base.Drawing.StiRotationMode,System.Single,System.Boolean)"]

Namespace:  Stimulsoft.Base.Context
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public StiTextGeom DrawRotatedString(
	string text,
	StiFontGeom font,
	Object brush,
	PointF pos,
	StiStringFormatGeom sf,
	StiRotationMode mode,
	float angle,
	bool antialiasing
)

Parameters

text
Type: SystemString

[Missing <param name="text"/> documentation for "M:Stimulsoft.Base.Context.StiContext.DrawRotatedString(System.String,Stimulsoft.Base.Context.StiFontGeom,System.Object,System.Drawing.PointF,Stimulsoft.Base.Context.StiStringFormatGeom,Stimulsoft.Base.Drawing.StiRotationMode,System.Single,System.Boolean)"]

font
Type: Stimulsoft.Base.ContextStiFontGeom

[Missing <param name="font"/> documentation for "M:Stimulsoft.Base.Context.StiContext.DrawRotatedString(System.String,Stimulsoft.Base.Context.StiFontGeom,System.Object,System.Drawing.PointF,Stimulsoft.Base.Context.StiStringFormatGeom,Stimulsoft.Base.Drawing.StiRotationMode,System.Single,System.Boolean)"]

brush
Type: SystemObject

[Missing <param name="brush"/> documentation for "M:Stimulsoft.Base.Context.StiContext.DrawRotatedString(System.String,Stimulsoft.Base.Context.StiFontGeom,System.Object,System.Drawing.PointF,Stimulsoft.Base.Context.StiStringFormatGeom,Stimulsoft.Base.Drawing.StiRotationMode,System.Single,System.Boolean)"]

pos
Type: System.DrawingPointF

[Missing <param name="pos"/> documentation for "M:Stimulsoft.Base.Context.StiContext.DrawRotatedString(System.String,Stimulsoft.Base.Context.StiFontGeom,System.Object,System.Drawing.PointF,Stimulsoft.Base.Context.StiStringFormatGeom,Stimulsoft.Base.Drawing.StiRotationMode,System.Single,System.Boolean)"]

sf
Type: Stimulsoft.Base.ContextStiStringFormatGeom

[Missing <param name="sf"/> documentation for "M:Stimulsoft.Base.Context.StiContext.DrawRotatedString(System.String,Stimulsoft.Base.Context.StiFontGeom,System.Object,System.Drawing.PointF,Stimulsoft.Base.Context.StiStringFormatGeom,Stimulsoft.Base.Drawing.StiRotationMode,System.Single,System.Boolean)"]

mode
Type: Stimulsoft.Base.DrawingStiRotationMode

[Missing <param name="mode"/> documentation for "M:Stimulsoft.Base.Context.StiContext.DrawRotatedString(System.String,Stimulsoft.Base.Context.StiFontGeom,System.Object,System.Drawing.PointF,Stimulsoft.Base.Context.StiStringFormatGeom,Stimulsoft.Base.Drawing.StiRotationMode,System.Single,System.Boolean)"]

angle
Type: SystemSingle

[Missing <param name="angle"/> documentation for "M:Stimulsoft.Base.Context.StiContext.DrawRotatedString(System.String,Stimulsoft.Base.Context.StiFontGeom,System.Object,System.Drawing.PointF,Stimulsoft.Base.Context.StiStringFormatGeom,Stimulsoft.Base.Drawing.StiRotationMode,System.Single,System.Boolean)"]

antialiasing
Type: SystemBoolean

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

Return Value

Type: StiTextGeom

[Missing <returns> documentation for "M:Stimulsoft.Base.Context.StiContext.DrawRotatedString(System.String,Stimulsoft.Base.Context.StiFontGeom,System.Object,System.Drawing.PointF,Stimulsoft.Base.Context.StiStringFormatGeom,Stimulsoft.Base.Drawing.StiRotationMode,System.Single,System.Boolean)"]

See Also