ComponentOne FinancialChart for WPF
C1.WPF Namespace / C1PolygonIcon Class / CreateGeometry Method



In This Topic
    CreateGeometry Method (C1PolygonIcon)
    In This Topic
    This method is called to create the geometry of the shape.
    Syntax
    'Declaration
     
    
    Protected Overrides Function CreateGeometry() As Geometry
    'Usage
     
    
    Dim instance As C1PolygonIcon
    Dim value As Geometry
     
    value = instance.CreateGeometry()
    protected override Geometry CreateGeometry()
    protected:
    Geometry^ CreateGeometry(); override 
    See Also