←Select platform

ToPaint(AnnBrush,Int32,Double,LeadRectD) Method

Summary

Helper method to convert AnnBrush to an android.graphics.Paint object with alpha, opacity and bounding rectangle values.

Syntax

C#
VB
Java
Public Overloads Shared Function ToPaint( _ 
   ByVal brush As Leadtools.Annotations.Core.AnnBrush, _ 
   ByVal alpha As Integer, _ 
   ByVal opacity As Double, _ 
   ByVal brushBounds As Leadtools.LeadRectD _ 
) As Paint 
public static Paint toPaint(AnnBrush brush, int 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

An android.graphics.Paint object.

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