DicomObjects.NET.V8
DicomObjects.EventArguments Namespace / DrawStartEventArgs Class / CancelPaint Property



    CancelPaint Property
    Causes a paint operation to be cancelled.
    Syntax
    'Declaration
     
    Public Property CancelPaint As Boolean
     
    'Usage
     
    Dim instance As DrawStartEventArgs
    Dim value As Boolean
     
    instance.CancelPaint = value
     
    value = instance.CancelPaint
    Remarks
    This is intially false, but if set to true during DicomViewer.DrawStart2 then the subsequent drawing of the DicomViewer does not occur.
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also