[]
        
(Showing Draft Content)

C1.Framework.PathIconElement.CreatePath

CreatePath Method

CreatePath()

When overridden in a derived class, creates the graphics path for the icon.

Declaration
protected override GraphicsPath CreatePath()
Protected Overrides Function CreatePath() As GraphicsPath
Returns
Type Description
GraphicsPath

A GraphicsPath representing the icon's shape.

Overrides