Click or drag to resize

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

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

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,
	RectangleF rect,
	StiStringFormatGeom sf,
	StiRotationMode mode,
	float angle,
	bool antialiasing,
	int maximalWidth
)

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.RectangleF,Stimulsoft.Base.Context.StiStringFormatGeom,Stimulsoft.Base.Drawing.StiRotationMode,System.Single,System.Boolean,System.Int32)"]

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.RectangleF,Stimulsoft.Base.Context.StiStringFormatGeom,Stimulsoft.Base.Drawing.StiRotationMode,System.Single,System.Boolean,System.Int32)"]

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.RectangleF,Stimulsoft.Base.Context.StiStringFormatGeom,Stimulsoft.Base.Drawing.StiRotationMode,System.Single,System.Boolean,System.Int32)"]

rect
Type: System.DrawingRectangleF

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

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.RectangleF,Stimulsoft.Base.Context.StiStringFormatGeom,Stimulsoft.Base.Drawing.StiRotationMode,System.Single,System.Boolean,System.Int32)"]

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.RectangleF,Stimulsoft.Base.Context.StiStringFormatGeom,Stimulsoft.Base.Drawing.StiRotationMode,System.Single,System.Boolean,System.Int32)"]

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.RectangleF,Stimulsoft.Base.Context.StiStringFormatGeom,Stimulsoft.Base.Drawing.StiRotationMode,System.Single,System.Boolean,System.Int32)"]

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.RectangleF,Stimulsoft.Base.Context.StiStringFormatGeom,Stimulsoft.Base.Drawing.StiRotationMode,System.Single,System.Boolean,System.Int32)"]

maximalWidth
Type: SystemInt32

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

Return Value

Type: StiTextGeom

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

See Also