DrawSelectionRect Method

Example-VB Example-VC++

Draws a selection rectangle on an image.

Available With

Ö Imaging for Windows Professional Edition V1.0, V1.1, and V2.0
Ö Imaging for Windows 95 and 98
Ö Imaging for Windows NT 4.0

Applies To

Image Edit control

Syntax

object.DrawSelectionRect Left,Top,Width,Height

Arguments

Parameter Data Type Setting

Left Long The beginning horizontal position of the rectangle relative to the image window in pixels
Top Long The beginning vertical position of the rectangle relative to the image window in pixels
Width Long The width of the selection rectangle in pixels
Height Long The height of the selection rectangle in pixels

Return Value

None

Remarks

None