←Select platform

ToBrush(AnnBrush,int) Method

Summary

Helper method to convert AnnBrush to System.Drawing.Brush with alpha value.

Syntax

C#
VB
C++
public static Brush ToBrush( 
   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( 
      AnnBrush^ brush, 
      Int32 alpha 
   ) 

Parameters

brush
Brush object to convert

alpha
Alpha value to use (0 to 255).

Return Value

System.Drawing.Brush object created.

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