| Example-VB | Example-VC++ |
This event occurs immediately after the end user or program completes the drawing of an annotation mark.
| Ö | Imaging for Windows Professional Edition V1.0, V1.1, and V2.0 |
| Ö | Imaging for Windows 95 and 98 |
| Ö | Imaging for Windows NT 4.0 |
Image Edit control
Sub object_MarkEnd(Left,Top,Width,Height,MarkType,GroupName)
| Parameter | Data Type | Setting |
| Left | Long | The starting horizontal position of the annotation mark within the image in image pixels |
| Top | Long | The starting vertical position of the annotation mark within the image in image pixels |
| Width | Long | The ending horizontal position of the annotation mark within the image in image pixels |
| Height | Long | The ending vertical position of the annotation mark within the image in image pixels |
| MarkType | Integer | The AnnotationType of the annotation mark (except for the Select Annotations annotation type) |
| GroupName | String | The name of the annotation group to which the annotation belongs |
The MarkType parameter cannot be the Select Annotations annotation type.
A MarkEnd event does not occur if a Select Annotations rectangle is drawn (AnnotationType of 0).