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



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