PdfPagePathObject(Path) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
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.