ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml 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 Windows.UI.Xaml.Media.Geometry
    protected abstract Windows.UI.Xaml.Media.Geometry CreateGeometry()
    See Also