←Select platform

ToSolidBrush Method

Summary

Helper method to convert AnnSolidColorBrush to System.Drawing.Brush with opacity value.

Syntax
C#
VB
C++
public static Brush ToSolidBrush( 
   AnnSolidColorBrush solidBrush, 
   double opacity 
) 
Public Shared Function ToSolidBrush( _ 
   ByVal solidBrush As AnnSolidColorBrush, _ 
   ByVal opacity As Double _ 
) As Brush 
public:  
   static Brush^ ToSolidBrush( 
      AnnSolidColorBrush^ solidBrush, 
      double opacity 
   ) 

Parameters

solidBrush
Brush object to convert

opacity
Opacity value to use. Values can be from 0 to 1.0.

Return Value

System.Drawing.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