Click or drag to resize
XDL

NXRichTextBoxGetAutoMeasureString Method

[Missing <summary> documentation for "M:Pixoneer.NXDL.NXImage.NXRichTextBox.GetAutoMeasureString(System.Windows.Forms.RichTextBox,System.Int32,System.Double,System.Int32*!System.Runtime.CompilerServices.IsImplicitlyDereferenced,System.Int32*!System.Runtime.CompilerServices.IsImplicitlyDereferenced)"]


Namespace: Pixoneer.NXDL.NXImage
Assembly: NXImage (in NXImage.dll) Version: 2.0.3.38
Syntax
C#
public static void GetAutoMeasureString(
	RichTextBox rtb,
	int margin,
	double sizeOffset,
	int* width,
	int* height
)

Parameters

rtb  RichTextBox

[Missing <param name="rtb"/> documentation for "M:Pixoneer.NXDL.NXImage.NXRichTextBox.GetAutoMeasureString(System.Windows.Forms.RichTextBox,System.Int32,System.Double,System.Int32*!System.Runtime.CompilerServices.IsImplicitlyDereferenced,System.Int32*!System.Runtime.CompilerServices.IsImplicitlyDereferenced)"]

margin  Int32

[Missing <param name="margin"/> documentation for "M:Pixoneer.NXDL.NXImage.NXRichTextBox.GetAutoMeasureString(System.Windows.Forms.RichTextBox,System.Int32,System.Double,System.Int32*!System.Runtime.CompilerServices.IsImplicitlyDereferenced,System.Int32*!System.Runtime.CompilerServices.IsImplicitlyDereferenced)"]

sizeOffset  Double

[Missing <param name="sizeOffset"/> documentation for "M:Pixoneer.NXDL.NXImage.NXRichTextBox.GetAutoMeasureString(System.Windows.Forms.RichTextBox,System.Int32,System.Double,System.Int32*!System.Runtime.CompilerServices.IsImplicitlyDereferenced,System.Int32*!System.Runtime.CompilerServices.IsImplicitlyDereferenced)"]

width  Int32*

[Missing <param name="width"/> documentation for "M:Pixoneer.NXDL.NXImage.NXRichTextBox.GetAutoMeasureString(System.Windows.Forms.RichTextBox,System.Int32,System.Double,System.Int32*!System.Runtime.CompilerServices.IsImplicitlyDereferenced,System.Int32*!System.Runtime.CompilerServices.IsImplicitlyDereferenced)"]

height  Int32*

[Missing <param name="height"/> documentation for "M:Pixoneer.NXDL.NXImage.NXRichTextBox.GetAutoMeasureString(System.Windows.Forms.RichTextBox,System.Int32,System.Double,System.Int32*!System.Runtime.CompilerServices.IsImplicitlyDereferenced,System.Int32*!System.Runtime.CompilerServices.IsImplicitlyDereferenced)"]

See Also