SecureBlackbox 2020 iOS Edition

Questions / Feedback?

sigInvertMask (property)

Specifies whether BackgroundMask should be inverted.

Syntax

@property (nonatomic,readwrite,assign,getter=sigInvertMask,setter=setSigInvertMask:) BOOL sigInvertMask;
- (BOOL)sigInvertMask;
- (void)setSigInvertMask:(BOOL)newSigInvertMask;
public var sigInvertMask: Bool {
  get {...}
set {...} }

Default Value

FALSE

Remarks

Specifies whether SigBackgroundMask should be inverted.

Set this property to flip all the bits in the mask, by making opaque all the bits declared by the mask as transparent, and making transparent all the bits declared as opaque.

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox 2020 iOS Edition - Version 20.0 [Build 8166]