ComponentOne Chart for WPF and Silverlight
C1.WPF.C1Chart Namespace / RPolygon Class / UpdateGeometry Method


In This Topic
    UpdateGeometry Method (RPolygon)
    In This Topic
    Recreates the geometry describing the symbol.
    Syntax
    'Declaration
     
    
    Protected Overrides Sub UpdateGeometry( _
       ByVal pg As PathGeometry, _
       ByVal sz As Size _
    ) 
    'Usage
     
    
    Dim instance As RPolygon
    Dim pg As PathGeometry
    Dim sz As Size
     
    instance.UpdateGeometry(pg, sz)
    protected override void UpdateGeometry( 
       PathGeometry pg,
       Size sz
    )

    Parameters

    pg
    sz
    See Also