←Select platform

Fill Method

Summary
Fills with a color the image data at the specified location and size.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public abstract void Fill( 
   AnnContainer container, 
   LeadRectD bounds, 
   string color 
) 
- (void)fillContainer:(LTAnnContainer *)container bounds:(LeadRectD)bounds color:(NSString *)color NS_SWIFT_NAME(fill(_:bounds:color:)); 
public abstract void fill(AnnContainer container, LeadRectD bounds, String color) 
public:  
   virtual void Fill( 
      AnnContainer^ container, 
      LeadRectD^ bounds, 
      String^ color 
   ) abstract 
def Fill(self,container,bounds,color): 

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 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 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.