PdfPagePathObject(Path) Constructor

Definition

Constructor for the PdfPagePathObject.

[Android.Runtime.Register(".ctor", "(Landroid/graphics/Path;)V", "", ApiSince=36)]
public PdfPagePathObject(Android.Graphics.Path path);
[<Android.Runtime.Register(".ctor", "(Landroid/graphics/Path;)V", "", ApiSince=36)>]
new Android.Graphics.Pdf.Component.PdfPagePathObject : Android.Graphics.Path -> Android.Graphics.Pdf.Component.PdfPagePathObject

Parameters

path
Path
Attributes

Remarks

Constructor for the PdfPagePathObject. Sets the object type to PdfPageObjectType#PATH.

Java documentation for android.graphics.pdf.component.PdfPagePathObject.PdfPagePathObject(android.graphics.Path).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to