VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Drawing.Gdi Namespace / GdiGraphicsPath Class
Members Object Syntax Hierarchy Requirements SeeAlso
In This Topic
    GdiGraphicsPath Class
    In This Topic
    Defines the graphics path based on System.Drawing.Drawing2D.GraphicsPath that provides series of connected lines and curves.
    Object Model
    GraphicsPathData GdiGraphicsPath
    Syntax
    'Declaration
    
    Public Class GdiGraphicsPath
       Inherits Vintasoft.Imaging.Drawing.GraphicsPathBase
    
    
    public class GdiGraphicsPath : Vintasoft.Imaging.Drawing.GraphicsPathBase
    
    
    public __gc class GdiGraphicsPath : public Vintasoft.Imaging.Drawing.GraphicsPathBase*
    
    
    public ref class GdiGraphicsPath : public Vintasoft.Imaging.Drawing.GraphicsPathBase^
    
    
    Inheritance Hierarchy

    System.Object
       Vintasoft.Imaging.Drawing.GraphicsPathBase
          Vintasoft.Imaging.Drawing.Gdi.GdiGraphicsPath

    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also