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



In This Topic
    CreateGeometry Method (C1PathIcon)
    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 C1PathIcon
    Dim value As Geometry
     
    value = instance.CreateGeometry()
    protected override Geometry CreateGeometry()
    protected:
    Geometry^ CreateGeometry(); override 
    See Also