NetXP 3.0 Reference

DrawUtil.DrawDragRectangles Method 

Draws drag rectangles with the specified indent.

[Visual Basic]
Public Shared Sub DrawDragRectangles( _
   ByVal newRects As Rectangle(), _
   ByVal indent As Integer _
)
[C#]
public static void DrawDragRectangles(
   Rectangle[] newRects,
   int indent
);

Parameters

newRects
The rectangles.
indent
The indent.

See Also

DrawUtil Class | NETXP.Library Namespace