C1.Android.Chart Assembly / C1.Android.Chart.Annotation Namespace / AnnotationLayer Class / GatherTransparentRegion Method


In This Topic
GatherTransparentRegion Method (AnnotationLayer)
In This Topic
Syntax
'Declaration
 
<Android.Runtime.RegisterAttribute("gatherTransparentRegion", 
   "(Landroid/graphics/Region;)Z", 
   "GetGatherTransparentRegion_Landroid_graphics_Region_Handler")>
Public Overridable Function GatherTransparentRegion( _
   ByVal region As Android.Graphics.Region _
) As Boolean
 
'Usage
 
Dim instance As AnnotationLayer
Dim region As Android.Graphics.Region
Dim value As Boolean
 
value = instance.GatherTransparentRegion(region)

Parameters

region
See Also