PdfRectangle(Single, Single, Single, Single) Constructor
Constructs a PDF rectangle with the given top left corner coordinates and the given width and height
Namespace: HiQPdfClientAssembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 16.0.0
public PdfRectangle(
float x,
float y,
float width,
float height
)
Public Sub New (
x As Single,
y As Single,
width As Single,
height As Single
)
public:
PdfRectangle(
float x,
float y,
float width,
float height
)
new :
x : float32 *
y : float32 *
width : float32 *
height : float32 -> PdfRectangle
Parameters
- x Single
- The top left corner X coordinate in points
- y Single
- The top left corner Y coordinate in points
- width Single
- Rectangle width in points
- height Single
- Rectangle height in points