Skip to content

M_PDFiumSharp_PDFium_FPDFPageObj_TransformClipPath

ArgusMagnus edited this page Apr 4, 2017 · 2 revisions

PDFium.FPDFPageObj_TransformClipPath Method

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

Syntax

C#

public static void FPDFPageObj_TransformClipPath(
	FPDF_PAGEOBJECT page_object,
	double a,
	double b,
	double c,
	double d,
	double e,
	double f
)

Parameters

 

page_object
Type: PDFiumSharp.Types.FPDF_PAGEOBJECT
a
Type: System.Double
b
Type: System.Double
c
Type: System.Double
d
Type: System.Double
e
Type: System.Double
f
Type: System.Double

See Also

Reference

PDFium Class
PDFiumSharp Namespace

Clone this wiki locally