Basic Library for WPF and Silverlight | ComponentOne
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
    protected abstract Geometry CreateGeometry()
    See Also