Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Core Assembly / C1.Xamarin.Forms.Core Namespace / C1VectorIcon Class / UpdateGeometry Method


In This Topic
    UpdateGeometry Method
    In This Topic
    This will recreate the geometry and update the path.
    Syntax
    'Declaration
     
    
    Protected Sub UpdateGeometry() 
    'Usage
     
    
    Dim instance As C1VectorIcon
     
    instance.UpdateGeometry()
    protected void UpdateGeometry()
    See Also