Converts an
AnnBrush to an android.graphics.Paint object with an alpha value.
public static Paint ToPaint(
AnnBrush ,
int
)
public static Paint ToPaint(
AnnBrush brush,
int alpha
)
public static Paint toPaint(AnnBrush brush, int alpha)
function Leadtools.Annotations.Rendering.AnnAndroidRenderingEngine_java.ToPaint(AnnBrush,Int32)(
brush ,
alpha
)
Parameters
- brush
- The AnnBrush object to convert
- alpha
- The alpha value to use. The possible values are 0 to 255.
Return Value
An android.graphics.Paint object.