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

    System.Object
       Vintasoft.Imaging.Pdf.Drawing.GraphicsFigures.GraphicsFigure
          Vintasoft.Imaging.Pdf.Drawing.GraphicsFigures.PointBasedGraphicsFigure
             Vintasoft.Imaging.Pdf.Drawing.GraphicsFigures.CurvesFigure

    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