Skip to content

M_PDFiumSharp_PDFium_FPDFPageObj_CreateNewRect

ArgusMagnus edited this page Apr 4, 2017 · 2 revisions

PDFium.FPDFPageObj_CreateNewRect Method

Namespace: PDFiumSharp
Assembly: PDFiumSharp (in PDFiumSharp.dll) Version: 1.0.0

Syntax

C#

public static FPDF_PAGEOBJECT FPDFPageObj_CreateNewRect(
	float x,
	float y,
	float w,
	float h
)

Parameters

 

x
Type: System.Single
y
Type: System.Single
w
Type: System.Single
h
Type: System.Single

Return Value

Type: FPDF_PAGEOBJECT

See Also

Reference

PDFium Class
PDFiumSharp Namespace

Clone this wiki locally