import snippets/BitmapRegionDecoder/objc/BitmapRegionDecoderExample.h;
Inherits NSObject.
Public Member Functions | |
| void | demonstrateBitmapRegionDecoderMethods () |
| void | demonstrateErrorHandling () |
| void | demonstratePerformanceOptimization () |
| void | demonstrateRectangleManipulation () |
| instancetype | init () |
| void | runExample () |
| void | demonstrateBitmapRegionDecoderMethods () |
| void | demonstrateRectangleUsage () |
| void | demonstrateDecodedImage:withDescription: (id image,[withDescription] NSString *description) |
Public Attributes | |
| BitmapRegionDecoder | _decoder |
| Uint8List | _imageData |
Properties | |
| NCBitmapRegionDecoder * | decoder |
| NSData * | imageData |
BitmapRegionDecoder usage example for Dart/Flutter Demonstrates working with bitmap region decoding, image processing, and rectangle operations
BitmapRegionDecoder usage example for Objective-C Demonstrates working with bitmap region decoding, image processing, and rectangle operations
Definition at line 10 of file bitmap_region_decoder_example.dart.
|
inline |
Demonstrate BitmapRegionDecoder methods
Definition at line 30 of file BitmapRegionDecoderExample.m.
|
virtual |
|
virtual |
Demonstrate decoded image usage
Definition at line 197 of file BitmapRegionDecoderExample.m.
|
inline |
Demonstrate error handling
Definition at line 243 of file BitmapRegionDecoderExample.m.
|
inline |
Demonstrate performance optimization
Definition at line 281 of file BitmapRegionDecoderExample.m.
|
inline |
Demonstrate rectangle manipulation
Definition at line 307 of file BitmapRegionDecoderExample.m.
|
virtual |
Demonstrate Rectangle usage
Definition at line 75 of file BitmapRegionDecoderExample.m.
|
virtual |
Definition at line 9 of file BitmapRegionDecoderExample.m.
|
virtual |
| BitmapRegionDecoder BitmapRegionDecoderExample._decoder |
Definition at line 11 of file bitmap_region_decoder_example.dart.
| Uint8List BitmapRegionDecoderExample._imageData |
Definition at line 12 of file bitmap_region_decoder_example.dart.
|
readwritenonatomicstrong |
Definition at line 13 of file BitmapRegionDecoderExample.h.
|
readwritenonatomicstrong |
Definition at line 14 of file BitmapRegionDecoderExample.h.