Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Drawing Namespace / GcGraphics Class / CreatePath Method

In This Topic
    CreatePath Method
    In This Topic
    Creates a graphics path.
    Syntax
    'Declaration
     
    Public Function CreatePath() As IPath
    public IPath CreatePath()

    Return Value

    The created path.
    See Also