Realizes this AnnRedactionObject to an image using the specified data provider.
public virtual Task Realize(
Leadtools.Annotations.Core.AnnDataProvider provider,
Leadtools.Annotations.Core.AnnContainer container
)
Public Overridable Function Realize( _
ByVal provider As Leadtools.Annotations.Core.AnnDataProvider, _
ByVal container As Leadtools.Annotations.Core.AnnContainer _
) As Task
public virtual Task Realize(
Leadtools.Annotations.Core.AnnDataProvider provider,
Leadtools.Annotations.Core.AnnContainer container
)
function Leadtools.Annotations.Core.AnnRedactionObject.Realize(
provider ,
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.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET