VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Drawing.GraphicsFigures Namespace / RectangleFigure Class / GetDrawingBox() Method
Syntax Requirements SeeAlso
In This Topic
    GetDrawingBox() Method (RectangleFigure)
    In This Topic
    Returns a drawing box, in the page space, of figure.
    Syntax
    'Declaration
    
    Public Overrides Function GetDrawingBox() As System.Drawing.RectangleF
    
    
    public override System.Drawing.RectangleF GetDrawingBox()
    
    
    public: System.Drawing.RectangleF* GetDrawingBox(); override
    
    
    public:
    System.Drawing.RectangleF^ GetDrawingBox(); override

    Return Value

    The drawing box, in the page space, of figure.
    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