Leadtools.Annotations.Core Namespace > AnnRedactionObject Class : Realize Method |
public virtual void Realize( RasterImage image, AnnContainerMapper mapper )
Public Overridable Sub Realize( _ ByVal image As RasterImage, _ ByVal mapper As AnnContainerMapper _ )
public virtual void Realize( RasterImage image, AnnContainerMapper mapper )
-(void) realizeImage:(LTRasterImage*)anImage containerMapper:(LTAnnContainerMapper*)mapper;
public void realize( RasterImage image, AnnContainerMapper mapper )
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 the value in Fill.
If this AnnRedactionObject does not have a brush, this method will do nothing.
Note that in automation mode, image is obtained from IAnnAutomationControl.Image and passed to this method.