Click or drag to resize
XDL

NXRichTextBoxRtbToBitmap Method

[Missing <summary> documentation for "M:Pixoneer.NXDL.NXImage.NXRichTextBox.RtbToBitmap(System.Windows.Forms.RichTextBox,System.Int32,System.Int32,System.Boolean,System.Int32,System.Double)"]


Namespace: Pixoneer.NXDL.NXImage
Assembly: NXImage (in NXImage.dll) Version: 2.0.3.38
Syntax
C#
public static Bitmap RtbToBitmap(
	RichTextBox rtb,
	int width,
	int height,
	bool autosize,
	int margin,
	double sizeOffset
)

Parameters

rtb  RichTextBox

[Missing <param name="rtb"/> documentation for "M:Pixoneer.NXDL.NXImage.NXRichTextBox.RtbToBitmap(System.Windows.Forms.RichTextBox,System.Int32,System.Int32,System.Boolean,System.Int32,System.Double)"]

width  Int32

[Missing <param name="width"/> documentation for "M:Pixoneer.NXDL.NXImage.NXRichTextBox.RtbToBitmap(System.Windows.Forms.RichTextBox,System.Int32,System.Int32,System.Boolean,System.Int32,System.Double)"]

height  Int32

[Missing <param name="height"/> documentation for "M:Pixoneer.NXDL.NXImage.NXRichTextBox.RtbToBitmap(System.Windows.Forms.RichTextBox,System.Int32,System.Int32,System.Boolean,System.Int32,System.Double)"]

autosize  Boolean

[Missing <param name="autosize"/> documentation for "M:Pixoneer.NXDL.NXImage.NXRichTextBox.RtbToBitmap(System.Windows.Forms.RichTextBox,System.Int32,System.Int32,System.Boolean,System.Int32,System.Double)"]

margin  Int32

[Missing <param name="margin"/> documentation for "M:Pixoneer.NXDL.NXImage.NXRichTextBox.RtbToBitmap(System.Windows.Forms.RichTextBox,System.Int32,System.Int32,System.Boolean,System.Int32,System.Double)"]

sizeOffset  Double

[Missing <param name="sizeOffset"/> documentation for "M:Pixoneer.NXDL.NXImage.NXRichTextBox.RtbToBitmap(System.Windows.Forms.RichTextBox,System.Int32,System.Int32,System.Boolean,System.Int32,System.Double)"]

Return Value

Bitmap
See Also