←Select platform

Fill Method

Summary

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

Syntax

C#
VB
Java
WinRT C#
C++
public abstract void Fill( 
   AnnContainer container, 
   LeadRectD bounds, 
   string color 
) 
Public MustOverride Sub Fill( _ 
   ByVal container As Leadtools.Annotations.Core.AnnContainer, _ 
   ByVal bounds As Leadtools.LeadRectD, _ 
   ByVal color As String _ 
)  
public abstract void fill(AnnContainer container, LeadRectD bounds, String color) 
 function Leadtools.Annotations.Core.AnnDataProvider.Fill(  
   container , 
   bounds , 
   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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Core Assembly