public virtual void Realize(
AnnDataProvider provider,
AnnContainer container
)
Public Overridable Sub Realize( _
ByVal provider As AnnDataProvider, _
ByVal container As AnnContainer _
)
public:
virtual void Realize(
AnnDataProvider^ provider,
AnnContainer^ container
)
provider
AnnDataProvider instance that is used to get the image pixel data and then fill it with a black color.
container
The reference AnnContainer.
When this method is called, the background behind this AnnRedactionObject is saved in 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.
AnnDataProvider is used as following: the AnnDataProvider.GetImageData method is called to get the pixel data for the area to be redacted and the 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