C#
VB
C++
Helper method to convert AnnSolidColorBrush to System.Drawing.Brush with opacity value.
public static Brush ToSolidBrush(
AnnSolidColorBrush solidBrush,
double opacity
)
Public Shared Function ToSolidBrush( _
ByVal solidBrush As Leadtools.Annotations.Core.AnnSolidColorBrush, _
ByVal opacity As Double _
) As Brush
public:
static Brush^ ToSolidBrush(
AnnSolidColorBrush^ solidBrush,
double opacity
)
solidBrush
Brush object to convert
opacity
Opacity value to use. Values can be from 0 to 1.0.
System.Drawing.Brush object created.
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