Table of Contents
PdfRectangle Constructor (Single[])

Creates a new instance of the PdfRectangle class with the given coordinates.

Syntax
 public PdfRectangle(
   float[] values
);

Parameters

values
A four elements array containing coordinates in this order: left top x, left top y, right bottom x, and right bottom y.
See Also