Click or drag to resize

RtfComposerServiceGetRtfText Method

[Missing <summary> documentation for "M:Altaxo.Main.Services.RtfComposerService.GetRtfText(System.String,System.Drawing.Graphics,System.Drawing.Color,System.Int32)"]


Namespace: Altaxo.Main.Services
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static string GetRtfText(
	string rawtext,
	Graphics gr,
	Color backcolor,
	int fontsize
)

Parameters

rawtext  String

[Missing <param name="rawtext"/> documentation for "M:Altaxo.Main.Services.RtfComposerService.GetRtfText(System.String,System.Drawing.Graphics,System.Drawing.Color,System.Int32)"]

gr  Graphics

[Missing <param name="gr"/> documentation for "M:Altaxo.Main.Services.RtfComposerService.GetRtfText(System.String,System.Drawing.Graphics,System.Drawing.Color,System.Int32)"]

backcolor  Color

[Missing <param name="backcolor"/> documentation for "M:Altaxo.Main.Services.RtfComposerService.GetRtfText(System.String,System.Drawing.Graphics,System.Drawing.Color,System.Int32)"]

fontsize  Int32

[Missing <param name="fontsize"/> documentation for "M:Altaxo.Main.Services.RtfComposerService.GetRtfText(System.String,System.Drawing.Graphics,System.Drawing.Color,System.Int32)"]

Return Value

String

[Missing <returns> documentation for "M:Altaxo.Main.Services.RtfComposerService.GetRtfText(System.String,System.Drawing.Graphics,System.Drawing.Color,System.Int32)"]

See Also