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



In This Topic
    DrawStart Event
    In This Topic
    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
    public event DrawStartHandler DrawStart
    public:
    event DrawStartHandler^ DrawStart
    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