←Select platform

ToBrush(AnnBrush,Int32,Double) Method

Summary

Helper method to convert AnnBrush to System.Windows.Media.Brush using either an alpha or opacity value.

Syntax
C#
VB
public static Brush ToBrush(  
   AnnBrush brush, 
   int alpha, 
   double opacity 
) 
Public Overloads Shared Function ToBrush( _ 
   ByVal brush As AnnBrush, _ 
   ByVal alpha As Integer, _ 
   ByVal opacity As Double _ 
) As Brush 

Parameters

brush
Brush object to convert

alpha
The desired alpha of the resulting brush. Values can be from 0 to 255

opacity
The desired opacity of the resulting brush. Values can be from 0 to 1.0

Return Value

System.Windows.Media.Brush object created.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Rendering.WinForms Assembly