Loading...
Searching...
No Matches
BitmapRegionDecoderExample Class Reference

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

NCBitmapRegionDecoderdecoder
 
NSData * imageData
 

Detailed Description

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.

Member Function Documentation

◆ demonstrateBitmapRegionDecoderMethods() [1/2]

void BitmapRegionDecoderExample.demonstrateBitmapRegionDecoderMethods ( )
inline

Demonstrate BitmapRegionDecoder methods

Definition at line 30 of file BitmapRegionDecoderExample.m.

◆ demonstrateBitmapRegionDecoderMethods() [2/2]

void BitmapRegionDecoderExample.demonstrateBitmapRegionDecoderMethods ( )
virtual

◆ demonstrateDecodedImage:withDescription:()

void BitmapRegionDecoderExample::demonstrateDecodedImage:withDescription: ( id image,
[withDescription] NSString * description )
virtual

Demonstrate decoded image usage

Definition at line 197 of file BitmapRegionDecoderExample.m.

◆ demonstrateErrorHandling()

void BitmapRegionDecoderExample.demonstrateErrorHandling ( )
inline

Demonstrate error handling

Definition at line 243 of file BitmapRegionDecoderExample.m.

◆ demonstratePerformanceOptimization()

void BitmapRegionDecoderExample.demonstratePerformanceOptimization ( )
inline

Demonstrate performance optimization

Definition at line 281 of file BitmapRegionDecoderExample.m.

◆ demonstrateRectangleManipulation()

void BitmapRegionDecoderExample.demonstrateRectangleManipulation ( )
inline

Demonstrate rectangle manipulation

Definition at line 307 of file BitmapRegionDecoderExample.m.

◆ demonstrateRectangleUsage()

void BitmapRegionDecoderExample::demonstrateRectangleUsage ( )
virtual

Demonstrate Rectangle usage

Definition at line 75 of file BitmapRegionDecoderExample.m.

◆ init()

instancetype BitmapRegionDecoderExample::init ( )
virtual

Definition at line 9 of file BitmapRegionDecoderExample.m.

◆ runExample()

void BitmapRegionDecoderExample.runExample ( )
virtual

Member Data Documentation

◆ _decoder

BitmapRegionDecoder BitmapRegionDecoderExample._decoder

Definition at line 11 of file bitmap_region_decoder_example.dart.

◆ _imageData

Uint8List BitmapRegionDecoderExample._imageData

Definition at line 12 of file bitmap_region_decoder_example.dart.

Property Documentation

◆ decoder

NCBitmapRegionDecoder* BitmapRegionDecoderExample.decoder
readwritenonatomicstrong

Definition at line 13 of file BitmapRegionDecoderExample.h.

◆ imageData

NSData* BitmapRegionDecoderExample.imageData
readwritenonatomicstrong

Definition at line 14 of file BitmapRegionDecoderExample.h.


The documentation for this class was generated from the following files: