MSFSolidLayer
A solid layer that displays predefined color or bitmap. @deprecated
-
Returns the bitmap scaling factor.
Declaration
Objective-C
- (float)getBitmapScale;Swift
func getBitmapScale() -> FloatReturn Value
The bitmap scaling factor.
-
Sets the bitmap scaling factor.
Declaration
Objective-C
- (void)setBitmapScale:(float)scale;Swift
func setBitmapScale(_ scale: Float)Parameters
scaleThe new bitmap scaling factor. Default is 1, which corresponds to 1:1 mapping between bitmap pixels and screen pixels.
-
Undocumented
Declaration
Objective-C
- (BOOL)isUpdateInProgress;Swift
func isUpdateInProgress() -> Bool -
Undocumented
Declaration
Objective-C
-(void)dealloc;Swift
func dealloc()