VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Drawing.GraphicsFigures Namespace / PolygonFigure Class
Members Object Syntax Hierarchy Requirements SeeAlso
In This Topic
    PolygonFigure Class
    In This Topic
    Represents a polygon figure.
    Object Model
    PdfBrush PdfPen PdfDocument GraphicsFigurePoints PolygonFigure
    Syntax
    'Declaration
    
    Public Class PolygonFigure
       Inherits LinesFigure
    
    
    public class PolygonFigure : LinesFigure
    
    
    public __gc class PolygonFigure : public LinesFigure*
    
    
    public ref class PolygonFigure : public LinesFigure^
    
    
    Inheritance Hierarchy
    Requirements

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

    See Also