VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Drawing.GraphicsFigures Namespace / RectangleFigure Class
Members Object Syntax Hierarchy Requirements SeeAlso
In This Topic
    RectangleFigure Class
    In This Topic
    Represents a rectangle figure, i.e. a set of commands for drawing rectangle on PdfGraphics.
    Object Model
    PdfPen PdfBrush PdfContentPadding PdfDocument GraphicsFigurePoints RectangleFigure
    Syntax
    'Declaration
    
    Public Class RectangleFigure
       Inherits GraphicsFigure
    
    
    public class RectangleFigure : GraphicsFigure
    
    
    public __gc class RectangleFigure : public GraphicsFigure*
    
    
    public ref class RectangleFigure : public GraphicsFigure^
    
    
    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