FaceDetectionEffectFrame.IsReadOnly 属性

定义

获取一个值,该值指示帧是否为只读。

public:
 property bool IsReadOnly { bool get(); };
bool IsReadOnly();
public bool IsReadOnly { get; }
var boolean = faceDetectionEffectFrame.isReadOnly;
Public ReadOnly Property IsReadOnly As Boolean

属性值

Boolean

bool

如果帧为只读,则为 True;否则为 false。

实现

适用于