StampAnnotation(RectF) 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.
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
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.