fill Method

Summary

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

Syntax

JavaScript Syntax
AnnDataProvider.prototype.fill = function(container, bounds, color) 
TypeScript Syntax
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Core Assembly