←Select platform

Fill Method

Summary

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

Syntax
C#
VB
C++
Java
public abstract void Fill( 
   AnnContainer container, 
   LeadRectD bounds, 
   string color 
) 
Public MustOverride Sub Fill( _ 
   ByVal container As AnnContainer, _ 
   ByVal bounds As LeadRectD, _ 
   ByVal color As String _ 
)  
public abstract void fill(AnnContainer container, LeadRectD bounds, String color) 
public:  
   virtual void Fill( 
      AnnContainer^ container, 
      LeadRectD^ bounds, 
      String^ color 
   ) abstract 

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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly