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