FormEditRecord.Builder.SetClickPoint(Point) 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.
Sets the click point used to build a click edit record.
[Android.Runtime.Register("setClickPoint", "(Landroid/graphics/Point;)Landroid/graphics/pdf/models/FormEditRecord$Builder;", "", ApiSince=35)]
public Android.Graphics.Pdf.Models.FormEditRecord.Builder SetClickPoint(Android.Graphics.Point? clickPoint);
[<Android.Runtime.Register("setClickPoint", "(Landroid/graphics/Point;)Landroid/graphics/pdf/models/FormEditRecord$Builder;", "", ApiSince=35)>]
member this.SetClickPoint : Android.Graphics.Point -> Android.Graphics.Pdf.Models.FormEditRecord.Builder
Parameters
- clickPoint
- Point
The click point to use for a click edit record.
Returns
This builder.
- Attributes
Exceptions
Thrown when this builder does not represent a click edit record.
Remarks
This method applies only to click edit records. Passing null leaves the required click point unset; Build() throws if it remains unset.
Java documentation for FormEditRecord+Builder.
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.