TuSDKICMaskRegionView Class Reference

Inherits from UIView
Declared in TuSDKICMaskRegionView.h

Overview

裁剪区域视图

  regionRatio

区域长宽比例

@property (nonatomic) CGFloat regionRatio

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

– needUpdateLayout

更新布局

- (void)needUpdateLayout

Declared In

TuSDKICMaskRegionView.h

– changeRegionRatio:

改变范围比例 (使用动画)

- (CGRect)changeRegionRatio:(CGFloat)regionRatio

Parameters

regionRatio

范围比例

Return Value

regionRatio 确定的选取方位

Declared In

TuSDKICMaskRegionView.h