←Select platform

ToBrush(AnnBrush,int,double,LeadRectD) Method

Summary
Helper method to convert AnnBrush to System.Drawing.Brush with alpha, opacity and bounding rectangle values.
Syntax
C#
C++/CLI
public static Brush ToBrush( 
   AnnBrush brush, 
   int alpha, 
   double opacity, 
   LeadRectD brushBounds 
) 
public:  
   static Brush^ ToBrush( 
      AnnBrush^ brush, 
      Int32 alpha, 
      double opacity, 
      LeadRectD^ brushBounds 
   ) 

Parameters

brush
Brush object to convert

alpha
Alpha value to use (0 to 255).

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

brushBounds
The bounding rectangle of the brush in pixels.

Return Value

System.Drawing.Brush object created.

Requirements

Target Platforms

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

Leadtools.Annotations.Rendering.WinForms Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.