DicomObjects Reference
DicomObjects Reference / DicomImage Object / PixelsModified Method
In This Topic
    PixelsModified Method
    In This Topic
    Description
    Notify DicomObjects that Pixel data has been modified
    Syntax
    Visual Basic
    Public Sub PixelsModified() 
    Remarks
    This method enables DicomObjects to synchronise its display and invalidate any derivatives such as compressed forms of the image.
    This method is not necessary if the “Pixels” property or CopyPixelBuffer is used to modify the pixel data, but is necessary if modifications are made based on the PixelAddress property.
    See Also