fill Method

Summary

Fills with a color the image data at the specified location and size.

Syntax
TypeScript
JavaScript
AnnDataProvider.prototype.fill = function( 
   container, 
   bounds, 
   color 
) 
fill( 
   container: AnnContainer, 
   bounds: LeadRectD, 
   color: string 
): void; 

Parameters

container

The reference AnnContainer.

bounds

The location and size in container on where to fill the image data. This is in container coordinates.

color

Fill color.

Remarks

For more information, refer to AnnDataProvider.

Requirements

Target Platforms

Help Version 22.0.2023.1.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.