NotifyInvalidate Method (DicomViewer)
In This Topic
Syntax
'Declaration
<System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
Protected Overridable Sub NotifyInvalidate( _
ByVal As System.Drawing.Rectangle _
)
'Usage
Dim instance As DicomViewer
Dim invalidatedArea As System.Drawing.Rectangle
instance.NotifyInvalidate(invalidatedArea)
[System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
protected virtual void NotifyInvalidate(
System.Drawing.Rectangle
)
protected procedure NotifyInvalidate(
: System.Drawing.Rectangle
); virtual;
System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)
protected function NotifyInvalidate(
: System.Drawing.Rectangle
);
[System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
protected: virtual void NotifyInvalidate(
System.Drawing.Rectangle
)
[System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
protected:
virtual void NotifyInvalidate(
System.Drawing.Rectangle
)
Parameters
- invalidatedArea
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also