C#
VB
WinRT C#
Helper method to convert AnnBrush to System.Windows.Media.Brush with alpha value.
public static Brush ToBrush(
Leadtools.Annotations.Core.AnnBrush brush,
int alpha
)
Public Overloads Shared Function ToBrush( _
ByVal brush As Leadtools.Annotations.Core.AnnBrush, _
ByVal alpha As Integer _
) As Brush
public static Brush ToBrush(
Leadtools.Annotations.Core.AnnBrush brush,
int alpha
)
function Leadtools.Annotations.Rendering.AnnD2DRenderingEngine.ToBrush(AnnBrush,Int32)(
brush ,
alpha
)
brush
Brush object to convert
alpha
Alpha value to use (0 to 255).
System.Windows.Media.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