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

import snippets/BitmapRegionDecoder/objc/BitmapRegionDecoderExample.h;

Inherits NSObject.

Public Member Functions

instancetype init ()
 
void runExample ()
 
void demonstrateBitmapRegionDecoderMethods ()
 
void demonstrateRectangleUsage ()
 
void demonstrateDecodedImage:withDescription: (id image,[withDescription] NSString *description)
 

Properties

NCBitmapRegionDecoder * decoder
 
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()

void BitmapRegionDecoderExample.demonstrateBitmapRegionDecoderMethods ( )
virtual

◆ demonstrateDecodedImage:withDescription:()

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

Demonstrate decoded image usage

Definition at line 180 of file BitmapRegionDecoderExample.m.

◆ demonstrateRectangleUsage()

void BitmapRegionDecoderExample::demonstrateRectangleUsage ( )
virtual

Demonstrate Rectangle usage

Definition at line 58 of file BitmapRegionDecoderExample.m.

◆ init()

instancetype BitmapRegionDecoderExample::init ( )
virtual

Definition at line 9 of file BitmapRegionDecoderExample.m.

◆ runExample()

void BitmapRegionDecoderExample.runExample ( )
virtual

Property Documentation

◆ decoder

NCBitmapRegionDecoder* BitmapRegionDecoderExample.decoder
readwritenonatomicstrong

Definition at line 12 of file BitmapRegionDecoderExample.h.

◆ imageData

NSData* BitmapRegionDecoderExample.imageData
readwritenonatomicstrong

Definition at line 13 of file BitmapRegionDecoderExample.h.


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