Appends the rectangle to this path.

Namespace: Spire.Pdf.Graphics
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public void AddRectangle(
	RectangleF rectangle
)
Public Sub AddRectangle ( 
	rectangle As RectangleF
)
public:
void AddRectangle(
	RectangleF rectangle
)
member AddRectangle : 
        rectangle : RectangleF -> unit 

Parameters

rectangle
RectangleF
The rectangle.

See Also