PdfPagePathObject.ToPath Method
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.
Returns the path of the object.
[Android.Runtime.Register("toPath", "()Landroid/graphics/Path;", "", ApiSince=36)]
public Android.Graphics.Path ToPath();
[<Android.Runtime.Register("toPath", "()Landroid/graphics/Path;", "", ApiSince=36)>]
member this.ToPath : unit -> Android.Graphics.Path
Returns
The path.
- Attributes
Remarks
Returns the path of the object. The returned path object might be an approximation of the one used to create the original one if the original object has elements with curvature.
Note: The path is immutable because the underlying library does not allow modifying the path once it is created.
Java documentation for android.graphics.pdf.component.PdfPagePathObject.toPath().
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.