toggle menu
nutrient
Nutrient
switch theme
search in API
nutrient
/
com.pspdfkit.annotations
/
CircleAnnotation
Circle
Annotation
open
class
CircleAnnotation
:
ShapeAnnotation
Represents a circle on the page.
Members
Constructors
Circle
Annotation
Link copied to clipboard
constructor
(
@
IntRange
(
from
=
0
)
pageIndex
:
Int
,
@
NonNull
rect
:
RectF
)
Creates a new circle annotation.
constructor
(
@
IntRange
(
from
=
0
)
pageIndex
:
Int
,
@
NonNull
rect
:
RectF
,
@
NonNull
scale
:
Scale
,
@
NonNull
precision
:
MeasurementPrecision
)
Creates a measurement elliptical area annotation.
Functions
get
Type
Link copied to clipboard
@
NonNull
open
fun
getType
(
)
:
AnnotationType
Gets the annotation type of the annotation.