VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Drawing.GraphicsFigures Namespace / RectangleFigure Class / GetDrawRectangle() Method
Syntax Requirements SeeAlso
In This Topic
    GetDrawRectangle() Method (RectangleFigure)
    In This Topic
    Returns a rectangle in which draws the figure.
    Syntax
    'Declaration
    
    Protected Overridable Function GetDrawRectangle() As System.Drawing.RectangleF
    
    
    protected virtual System.Drawing.RectangleF GetDrawRectangle()
    
    
    protected: virtual System.Drawing.RectangleF* GetDrawRectangle()
    
    
    protected:
    virtual System.Drawing.RectangleF^ GetDrawRectangle()

    Return Value

    A rectangle in which draws the 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