Realizes this AnnRedactionObject to an image using the specified data provider.
realize(
provider: AnnDataProvider,
container: AnnContainer
): void;
provider
An AnnDataProvider instance that is used to get the image pixel data which it then fills with a black color.
container
The reference AnnContainer.
When this method is called, the background behind this AnnRedactionObject is saved within the object, and then the area behind this AnnRedactionObject is filled with a black color.
If this AnnRedactionObject does not have a brush, this method will do nothing.
The AnnDataProvider is used as follows:
The AnnDataProvider.GetImageData method is called to get the pixel data for the area to be redacted. That pixel data is stored inside this object in ImageData. Then AnnDataProvider.Fill is called to fill that area with a black color.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document