DicomObjects Reference
DicomObjects Reference / DicomViewer Object / DrawEnd2 Event
Handle of the drawing context onto which the viewer's content has been drawn.
In This Topic
    DrawEnd2 Event
    In This Topic
    Description
    fired when drawing ends and provides an hDC for flicker-free drawing
    Syntax
    Visual Basic
    Public Event DrawEnd2( _
       ByVal hDC As Integer _
    )
    Parameters
    hDC
    Handle of the drawing context onto which the viewer's content has been drawn.
    See Also