Struct ClipRange

RandomAccessRange to iterate or index into Clips of a Cairo Region. This range keeps a reference to its Region object, so it can be passed around without thinking about memory management.

Constructors

Name Description
this
this

Fields

Name Type Description
_a int
_b int
_outer Region

Properties

Name Type Description
back [get] Rectangle!(int)
empty [get] bool
front [get] Rectangle!(int)
length [get] ulong
save [get] ClipRange

Methods

Name Description
opAssign
opIndex
opSlice
opSlice
popBack
popFront

Authors

Johannes Pfau cairoD
Andrej Mitrovic cairoD
cairo team cairo

Copyright

License

cairoD wrapper/bindings Boost License 1.0
cairo LGPL 2.1 / MPL 1.1