C1.Xamarin.Forms.Core Assembly / C1.Xamarin.Forms.Core Namespace / C1PolygonIcon Class / OnMeasure Method


In This Topic
OnMeasure Method (C1PolygonIcon)
In This Topic
Syntax
'Declaration
 
Protected Overridable Function OnMeasure( _
   ByVal widthConstraint As Double, _
   ByVal heightConstraint As Double _
) As Xamarin.Forms.SizeRequest
 
'Usage
 
Dim instance As C1PolygonIcon
Dim widthConstraint As Double
Dim heightConstraint As Double
Dim value As Xamarin.Forms.SizeRequest
 
value = instance.OnMeasure(widthConstraint, heightConstraint)

Parameters

widthConstraint
heightConstraint
See Also