Accusoft NotateXpress 12
UserDraw Event
See Also  Send comments on this topic.
hDC

The handle to the device context to draw to.

x

The x coordinate of the rectangle.

y

The y coordinate of the rectangle.

Width

The width of the rectangle.

height

The height of the rectangle.

layerHandle

The layer handle of the rectangle.

seqNum

The sequence number of the rectangle.

userLong

Application supplied identifier.

AccusoftNotateXpress12 ActiveX DLL > NotateXpress Object : UserDraw Event

Glossary Item Box

Description

Raised when the application wants to draw or paint the rectangle itself. and the UserDraw attribute is True.

Syntax

Visual Basic
Public Event UserDraw( _
   ByVal hDC As Long, _
   ByVal x As Long, _
   ByVal y As Long, _
   ByVal Width As Long, _
   ByVal height As Long, _
   ByVal layerHandle As Long, _
   ByVal seqNum As Long, _
   ByVal userLong As Long _
)

Parameters

hDC

The handle to the device context to draw to.

x

The x coordinate of the rectangle.

y

The y coordinate of the rectangle.

Width

The width of the rectangle.

height

The height of the rectangle.

layerHandle

The layer handle of the rectangle.

seqNum

The sequence number of the rectangle.

userLong

Application supplied identifier.

Remarks

The UserDraw attribute must be true for this event to fire.

When the UserDraw event raises, the Rectangle does not perform its normal painting, but just raises the event.

See Also

©2013. Accusoft Corporation. All Rights Reserved.