clip to bounds 和mask to bounds的区别

Posted 灵笑若然

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了clip to bounds 和mask to bounds的区别相关的知识,希望对你有一定的参考价值。

UIView.clipsToBounds 让子 View 只显示落在父 View 的 Frame 部分;是子视图超出不现实,默认为NO,设置为YES就会把超出的部分裁掉。

maskToBounds 是 CALayer 的属性,基于 View  的不少属性其实就是作用于 CALayer 的。子图层是否剪切图层边界,默认为NO

blueView.layer.maskToBounds = YES 与 blueView.clipToBounds = YES 的效果是一样的,随便设置哪个属性都可。

以上是关于clip to bounds 和mask to bounds的区别的主要内容,如果未能解决你的问题,请参考以下文章

ValueError:在使用 tf.image.crop_to_bounding_box 时,张量转换为具有 dtype float32 的张量请求 dtype int32

How to set up a clipping rectangle ?

bound的短语

CLIPDraw:基于CLIP的text-to-vector生成器

Auto Scale TextView Text to Fit within Bounds

lua:bad argument #2 to '?'(start index out of bound)