C#
VB
Java
WinRT C#
C++
Fills with a color the image data at the specified location and size.
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(
Leadtools.Annotations.Core.AnnContainer container,
Leadtools.LeadRectD bounds,
string color
)
function Leadtools.Annotations.Core.AnnDataProvider.Fill(
container ,
bounds ,
color
)
public:
virtual void Fill(
AnnContainer^ container,
LeadRectD^ bounds,
String^ color
) abstract
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.
For more information, refer to AnnDataProvider.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET