clip_to_bounds property

  1. @Int32()
int clip_to_bounds
getter/setter pair

0/1 - mirrors Layer.clipToBounds. Clips this layer's own painted content to 0,0..width,height in its own local (post-transform) space.

Implementation

@ffi.Int32()
external int clip_to_bounds;