Expands rectangle selection down.

Namespace: Sgry.Azuki
Assembly: Azuki (in Azuki.dll) Version: 1.7.13.40248

Syntax

C#
public static void RectSelectToDown(
	IUserInterface ui
)
Visual Basic
Public Shared Sub RectSelectToDown ( 
	ui As IUserInterface
)

Parameters

ui
Type: Sgry.Azuki..::..IUserInterface

Remarks

This action expands rectangle selection down. If Azuki is not in rectangle selection mode, it automatically switches to rectangle selection mode.

See Also