StampAnnotation(RectF) Constructor

Definition

Creates a new stamp annotation with the specified bounds.

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

Parameters

bounds
RectF

The bounding rectangle of the annotation.

Attributes

Remarks

Creates a new stamp annotation with the specified bounds.

The list of page objects inside the stamp annotation will be empty by default

Java documentation for android.graphics.pdf.component.StampAnnotation.StampAnnotation(android.graphics.RectF).

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