NetXP 3.0 Reference

DrawUtil.DrawDragRectangle Method 

Draws a drag rectangle with the given indent.

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

Parameters

newRect
The rectangle.
indent
The indent.

See Also

DrawUtil Class | NETXP.Library Namespace