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


In This Topic
Measure Method (AnnotationLayer)
In This Topic
Syntax
'Declaration
 
<Android.Runtime.RegisterAttribute("measure", 
   "(II)V", 
   "")>
Public Sub Measure( _
   ByVal widthMeasureSpec As Integer, _
   ByVal heightMeasureSpec As Integer _
) 
 
'Usage
 
Dim instance As AnnotationLayer
Dim widthMeasureSpec As Integer
Dim heightMeasureSpec As Integer
 
instance.Measure(widthMeasureSpec, heightMeasureSpec)

Parameters

widthMeasureSpec
heightMeasureSpec
See Also