ImgEdit User Control

ImgEdit Class Library

Selection_Finished(Integer,Integer,Integer,Integer) Event

 

 Is raised when the selection rectangle is finished.

 

[Visual Basic]

Public Event Selection_Finished( _

ByVal x As Integer, _

ByVal y As Integer, _

ByVal width As Integer, _

ByVal height As Integer)

 

Parameters

    x

        The start x point of the selection rectangle.

    y

        The start y point of the selection rectangle.

    width

        The start x point of the selection rectangle.

    height

        The start x point of the selection rectangle.

 

Return Value

    None.

 

Example

[Visual Basic] The following example shows how to use the Selection_Finished event.

 

[Visual Basic]

Private Sub ImgEdit1_Selection_Finished(ByVal x As Integer, ByVal y As Integer, _

ByVal width As Integer, ByVal height As Integer) Handles ImgEdit1.Selection_Finished

 'Adicional code here

End Sub

 

Requirements

Platforms: Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista family.

Documentation Version 1.6