(Leadtools.Annotations.Core)

Realize Method

Show in webframe





A Leadtools.RasterImage object that holds the image into which the AnnRedactionObject will be realized.
An AnnContainerMapper object that controls how the AnnRedactionObject will be realized.
Realizes this AnnRedactionObject to the specified image data.
Syntax
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
)
            
 function Leadtools.Annotations.Core.AnnRedactionObject.Realize( 
   image ,
   mapper 
)

Parameters

image
A Leadtools.RasterImage object that holds the image into which the AnnRedactionObject will be realized.
mapper
An AnnContainerMapper object that controls how the AnnRedactionObject will be realized.
Remarks

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.

Requirements

Target Platforms

See Also

Reference

AnnRedactionObject Class
AnnRedactionObject Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.