Gets the bounds.

Namespace: Spire.Pdf.Graphics
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public RectangleF GetBounds()
Public Function GetBounds As RectangleF
public:
RectangleF GetBounds()
member GetBounds : unit -> RectangleF 

Return Value

RectangleF
rect

See Also