###User Defined Function###
_GUICtrlEdit_SetRECTNP

###Description###
Sets the formatting rectangle of a multiline edit control

###Syntax###
#include <GuiEdit.au3>
_GUICtrlEdit_SetRECTNP ( $hWnd, $aRect )


###Parameters###
@@ParamTable@@
$hWnd
	Control ID/Handle to the control
$aRect
	Array in the following format:
	[0] - Specifies the x-coordinate of the upper-left corner of the rectangle.
	[1] - Specifies the y-coordinate of the upper-left corner of the rectangle.
	[2] - Specifies the x-coordinate of the lower-right corner of the rectangle.
	[3] - Specifies the y-coordinate of the lower-right corner of the rectangle.
@@End@@

###ReturnValue###
None.


###Remarks###
The <a href="_GUICtrlEdit_SetRECTNP.htm">_GUICtrlEdit_SetRECTNP()</a> function is identical to the <a href="_GUICtrlEdit_SetRECT.htm">_GUICtrlEdit_SetRECT()</a> function, except that <a href="_GUICtrlEdit_SetRECTNP.htm">_GUICtrlEdit_SetRECTNP()</a> does not redraw the edit control window.


###Related###
_GUICtrlEdit_SetRectNPEx


###Example###
@@IncludeExample@@
