C#
VB
Java
Helper method to convert AnnBrush to an android.graphics.Paint object with opacity and bounding rectangle values.
public static Paint ToPaint(
Leadtools.Annotations.Core.AnnBrush brush,
double opacity,
Leadtools.LeadRectD brushBounds
)
Public Overloads Shared Function ToPaint( _
ByVal brush As Leadtools.Annotations.Core.AnnBrush, _
ByVal opacity As Double, _
ByVal brushBounds As Leadtools.LeadRectD _
) As Paint
public static Paint toPaint(AnnBrush brush, double opacity, LeadRectD brushBounds)
brush
Brush object to convert
opacity
Opacity value to use. Values can be from 0 to 1.0.
brushBounds
The bounding rectangle of the brush in pixels.
An android.graphics.Paint object.
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