Error processing SSI file
LEADTOOLS JavaScript (Leadtools.Annotations.Core)

Fill Method

Show in webframe
The reference AnnContainer.
The location and size in container on where to fill the image data. This is in container coordinates.
Fill color.
Fills with a color the image data at the specified location and size.
Syntax
 function Leadtools.Annotations.Core.AnnDataProvider.fill( 
   container ,
   bounds ,
   color 
)

Parameters

ParameterTypeDescription
containerAnnContainerThe reference AnnContainer.
boundsLeadRectDThe location and size in container on where to fill the image data. This is in container coordinates.
colorstringFill color.
Remarks

For more information, refer to AnnDataProvider.

See Also

Reference

AnnDataProvider Object
AnnDataProvider Members

Error processing SSI file