TuSDKICMaskRegionView Class Reference
Inherits from | UIView |
---|---|
Declared in | TuSDKICMaskRegionView.h |
regionRect
选区信息
@property (nonatomic, readonly) CGRect regionRect
Declared In
TuSDKICMaskRegionView.h
edgeMaskColor
边缘覆盖区域颜色 (默认:[UIColor clearColor])
@property (nonatomic, retain) UIColor *edgeMaskColor
Declared In
TuSDKICMaskRegionView.h
edgeSideColor
边缘线颜色 (默认:[UIColor clearColor])
@property (nonatomic, retain) UIColor *edgeSideColor
Declared In
TuSDKICMaskRegionView.h
edgeSideWidth
边缘线宽度 (默认:0)
@property (nonatomic) CGFloat edgeSideWidth
Declared In
TuSDKICMaskRegionView.h
– changeRegionRatio:
改变范围比例 (使用动画)
- (CGRect)changeRegionRatio:(CGFloat)regionRatio
Parameters
regionRatio |
范围比例 |
---|
Return Value
regionRatio 确定的选取方位
Declared In
TuSDKICMaskRegionView.h