Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.22
|
Leadtools.Annotations.Rendering Namespace > AnnWinFormsRenderingEngine Class : ToSolidBrush Method |
public static Brush ToSolidBrush( AnnSolidColorBrush solidBrush, double opacity )
'Declaration
Public Shared Function ToSolidBrush( _ ByVal solidBrush As AnnSolidColorBrush, _ ByVal opacity As Double _ ) As Brush
'Usage
Dim solidBrush As AnnSolidColorBrush Dim opacity As Double Dim value As Brush value = AnnWinFormsRenderingEngine.ToSolidBrush(solidBrush, opacity)
public static Brush ToSolidBrush( AnnSolidColorBrush solidBrush, double opacity )
function Leadtools.Annotations.Rendering.AnnWinFormsRenderingEngine.ToSolidBrush( solidBrush , opacity )