ComponentOne FinancialChart for WPF
C1.WPF Namespace / C1VectorIcon Class / UpdateGeometry Method



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