←Select platform

ToBrush(AnnBrush,Double) Method

Summary

Converts the specified AnnBrush to a ImageBrush using an opacity.

Syntax

C#
VB
WinRT C#
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  
) 

Parameters

brush
The AnnBrush to convert.

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

Return Value

A ImageBrush.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Rendering.WinForms Assembly