Click or drag to resize

StiRichTextHelperFormatRange Method

[Missing <summary> documentation for "M:Stimulsoft.Report.Components.StiRichTextHelper.FormatRange(Stimulsoft.Report.Components.StiRtfFormatType,System.Windows.Forms.RichTextBox,System.Drawing.Rectangle,System.Drawing.Graphics,System.Int32,System.Int32,System.Int32@)"]

Namespace:  Stimulsoft.Report.Components
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public static int FormatRange(
	StiRtfFormatType formatType,
	RichTextBox richTextBox,
	Rectangle rect,
	Graphics g,
	int charFrom,
	int charTo,
	out int charEnd
)

Parameters

formatType
Type: Stimulsoft.Report.ComponentsStiRtfFormatType

[Missing <param name="formatType"/> documentation for "M:Stimulsoft.Report.Components.StiRichTextHelper.FormatRange(Stimulsoft.Report.Components.StiRtfFormatType,System.Windows.Forms.RichTextBox,System.Drawing.Rectangle,System.Drawing.Graphics,System.Int32,System.Int32,System.Int32@)"]

richTextBox
Type: System.Windows.FormsRichTextBox

[Missing <param name="richTextBox"/> documentation for "M:Stimulsoft.Report.Components.StiRichTextHelper.FormatRange(Stimulsoft.Report.Components.StiRtfFormatType,System.Windows.Forms.RichTextBox,System.Drawing.Rectangle,System.Drawing.Graphics,System.Int32,System.Int32,System.Int32@)"]

rect
Type: System.DrawingRectangle

[Missing <param name="rect"/> documentation for "M:Stimulsoft.Report.Components.StiRichTextHelper.FormatRange(Stimulsoft.Report.Components.StiRtfFormatType,System.Windows.Forms.RichTextBox,System.Drawing.Rectangle,System.Drawing.Graphics,System.Int32,System.Int32,System.Int32@)"]

g
Type: System.DrawingGraphics

[Missing <param name="g"/> documentation for "M:Stimulsoft.Report.Components.StiRichTextHelper.FormatRange(Stimulsoft.Report.Components.StiRtfFormatType,System.Windows.Forms.RichTextBox,System.Drawing.Rectangle,System.Drawing.Graphics,System.Int32,System.Int32,System.Int32@)"]

charFrom
Type: SystemInt32

[Missing <param name="charFrom"/> documentation for "M:Stimulsoft.Report.Components.StiRichTextHelper.FormatRange(Stimulsoft.Report.Components.StiRtfFormatType,System.Windows.Forms.RichTextBox,System.Drawing.Rectangle,System.Drawing.Graphics,System.Int32,System.Int32,System.Int32@)"]

charTo
Type: SystemInt32

[Missing <param name="charTo"/> documentation for "M:Stimulsoft.Report.Components.StiRichTextHelper.FormatRange(Stimulsoft.Report.Components.StiRtfFormatType,System.Windows.Forms.RichTextBox,System.Drawing.Rectangle,System.Drawing.Graphics,System.Int32,System.Int32,System.Int32@)"]

charEnd
Type: SystemInt32

[Missing <param name="charEnd"/> documentation for "M:Stimulsoft.Report.Components.StiRichTextHelper.FormatRange(Stimulsoft.Report.Components.StiRtfFormatType,System.Windows.Forms.RichTextBox,System.Drawing.Rectangle,System.Drawing.Graphics,System.Int32,System.Int32,System.Int32@)"]

Return Value

Type: Int32

[Missing <returns> documentation for "M:Stimulsoft.Report.Components.StiRichTextHelper.FormatRange(Stimulsoft.Report.Components.StiRtfFormatType,System.Windows.Forms.RichTextBox,System.Drawing.Rectangle,System.Drawing.Graphics,System.Int32,System.Int32,System.Int32@)"]

See Also