gtk-kn
Toggle table of contents
native
Platform filter
native
Switch theme
Search in API
gtk-kn
cairo
/
org.gtkkn.bindings.cairo
/
Region
Region
class
Region
(
val
cairoRegionPointer
:
<Error class: unknown class>
<
<Error class: unknown class>
>
)
Since
1.10
Members
Constructors
Region
Link copied to clipboard
constructor
(
cairoRegionPointer
:
<Error class: unknown class>
<
<Error class: unknown class>
>
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
cairo
Region
Pointer
Link copied to clipboard
val
cairoRegionPointer
:
<Error class: unknown class>
<
<Error class: unknown class>
>
Functions
contains
Point
Link copied to clipboard
fun
containsPoint
(
x
:
<Error class: unknown class>
,
y
:
<Error class: unknown class>
)
:
Boolean
contains
Rectangle
Link copied to clipboard
fun
containsRectangle
(
rectangle
:
RectangleInt
)
:
RegionOverlap
copy
Link copied to clipboard
fun
copy
(
)
:
Region
equal
Link copied to clipboard
fun
equal
(
other
:
Region
)
:
Boolean
get
Extents
Link copied to clipboard
fun
getExtents
(
extents
:
RectangleInt
)
get
Rectangle
Link copied to clipboard
fun
getRectangle
(
nth
:
<Error class: unknown class>
,
rectangle
:
RectangleInt
)
intersect
Link copied to clipboard
fun
intersect
(
other
:
Region
)
:
Status
intersect
Rectangle
Link copied to clipboard
fun
intersectRectangle
(
rectangle
:
RectangleInt
)
:
Status
is
Empty
Link copied to clipboard
fun
isEmpty
(
)
:
Boolean
num
Rectangles
Link copied to clipboard
fun
numRectangles
(
)
:
<Error class: unknown class>
status
Link copied to clipboard
fun
status
(
)
:
Status
subtract
Link copied to clipboard
fun
subtract
(
other
:
Region
)
:
Status
subtract
Rectangle
Link copied to clipboard
fun
subtractRectangle
(
rectangle
:
RectangleInt
)
:
Status
translate
Link copied to clipboard
fun
translate
(
dx
:
<Error class: unknown class>
,
dy
:
<Error class: unknown class>
)
union
Link copied to clipboard
fun
union
(
other
:
Region
)
:
Status
union
Rectangle
Link copied to clipboard
fun
unionRectangle
(
rectangle
:
RectangleInt
)
:
Status
xor
Link copied to clipboard
fun
xor
(
other
:
Region
)
:
Status
xor
Rectangle
Link copied to clipboard
fun
xorRectangle
(
rectangle
:
RectangleInt
)
:
Status