Accusoft NotateXpress 13
UserDraw Event

The handle to the device context to draw to.

The x coordinate of the rectangle.

The y coordinate of the rectangle.

The width of the rectangle.

The height of the rectangle.

The layer handle of the rectangle.

The sequence number of the rectangle.

Application supplied identifier.

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

NotateXpress Object  | NotateXpress Members

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback