XGraphicsDrawRectangle Method (XPen, XBrush, Double, Double, Double, Double)Terminal Works - PDF Printing.Net Library
Draws a rectangle.

Namespace: PdfEdit.Drawing
Assembly: PdfPrintingNet (in PdfPrintingNet.dll) Version: 5.2.1.0 (5.2.1.0)
Syntax

public void DrawRectangle(
	XPen pen,
	XBrush brush,
	double x,
	double y,
	double width,
	double height
)

Parameters

pen
Type: PdfEdit.DrawingXPen
brush
Type: PdfEdit.DrawingXBrush
x
Type: SystemDouble
y
Type: SystemDouble
width
Type: SystemDouble
height
Type: SystemDouble
See Also

Reference