DicomObjects.NET.V8
DicomObjects Namespace / DicomViewer Class / DrawStart Event



    DrawStart Event
    Fires at the start of a redraw of any part of the viewer
    Syntax
    'Declaration
     
    Public Event DrawStart As DrawStartHandler
     
    'Usage
     
    Dim instance As DicomViewer
    Dim handler As DrawStartHandler
     
    AddHandler instance.DrawStart, handler
    Remarks
    The DrawStart2 & DrawEnd events are always called as a pair, and surround any drawing of pixel data to the DicomViewer�s display. DrawStart2 is an improved extension to DrawStart.
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also