C#
VB
WinRT C#
Converts the specified AnnBrush to a ImageBrush using an opacity.
public static Brush ToBrush(
Leadtools.Annotations.Core.AnnBrush brush,
double opacity
)
Public Overloads Shared Function ToBrush( _
ByVal brush As Leadtools.Annotations.Core.AnnBrush, _
ByVal opacity As Double _
) As Brush
public static Brush ToBrush(
Leadtools.Annotations.Core.AnnBrush brush,
double opacity
)
function Leadtools.Annotations.Rendering.AnnWinRTRenderingEngine.ToBrush(AnnBrush,Double)(
brush ,
opacity
)
brush
The AnnBrush to convert.
opacity
Opacity value to use. Values can be from 0 to 1.0.
A ImageBrush.
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