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


In This Topic
OnSizeAllocated Method (C1PolygonIcon)
In This Topic
Syntax
'Declaration
 
Protected Overridable Sub OnSizeAllocated( _
   ByVal width As Double, _
   ByVal height As Double _
) 
 
'Usage
 
Dim instance As C1PolygonIcon
Dim width As Double
Dim height As Double
 
instance.OnSizeAllocated(width, height)

Parameters

width
height
See Also