Click or drag to resize

StiContextPainterMeasureRotatedString Method (String, StiFontGeom, PointF, StiStringFormatGeom, StiRotationMode, Single, Int32)

[Missing <summary> documentation for "M:Stimulsoft.Base.Context.StiContextPainter.MeasureRotatedString(System.String,Stimulsoft.Base.Context.StiFontGeom,System.Drawing.PointF,Stimulsoft.Base.Context.StiStringFormatGeom,Stimulsoft.Base.Drawing.StiRotationMode,System.Single,System.Int32)"]

Namespace:  Stimulsoft.Base.Context
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public abstract RectangleF MeasureRotatedString(
	string text,
	StiFontGeom font,
	PointF point,
	StiStringFormatGeom sf,
	StiRotationMode mode,
	float angle,
	int maximalWidth
)

Parameters

text
Type: SystemString

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

font
Type: Stimulsoft.Base.ContextStiFontGeom

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

point
Type: System.DrawingPointF

[Missing <param name="point"/> documentation for "M:Stimulsoft.Base.Context.StiContextPainter.MeasureRotatedString(System.String,Stimulsoft.Base.Context.StiFontGeom,System.Drawing.PointF,Stimulsoft.Base.Context.StiStringFormatGeom,Stimulsoft.Base.Drawing.StiRotationMode,System.Single,System.Int32)"]

sf
Type: Stimulsoft.Base.ContextStiStringFormatGeom

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

mode
Type: Stimulsoft.Base.DrawingStiRotationMode

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

angle
Type: SystemSingle

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

maximalWidth
Type: SystemInt32

[Missing <param name="maximalWidth"/> documentation for "M:Stimulsoft.Base.Context.StiContextPainter.MeasureRotatedString(System.String,Stimulsoft.Base.Context.StiFontGeom,System.Drawing.PointF,Stimulsoft.Base.Context.StiStringFormatGeom,Stimulsoft.Base.Drawing.StiRotationMode,System.Single,System.Int32)"]

Return Value

Type: RectangleF

[Missing <returns> documentation for "M:Stimulsoft.Base.Context.StiContextPainter.MeasureRotatedString(System.String,Stimulsoft.Base.Context.StiFontGeom,System.Drawing.PointF,Stimulsoft.Base.Context.StiStringFormatGeom,Stimulsoft.Base.Drawing.StiRotationMode,System.Single,System.Int32)"]

See Also