Tuya iOS Smart Life App SDK 5.15.0
ThingEncryptImageFrame Class Reference

#import <ThingEncryptImageCoder.h>

Inheritance diagram for ThingEncryptImageFrame:

Class Methods

(instancetype) + frameWithImage:
 
(instancetype) + frameWithImage:
 
(instancetype) + frameWithImage:
 
(instancetype) + frameWithImage:
 

Properties

NSUInteger index
 Frame index (zero based) More...
 
NSUInteger width
 Frame width. More...
 
NSUInteger height
 Frame height. More...
 
NSUInteger offsetX
 Frame origin.x in canvas (left-bottom based) More...
 
NSUInteger offsetY
 Frame origin.y in canvas (left-bottom based) More...
 
NSTimeInterval duration
 Frame duration in seconds. More...
 
ThingImageDisposeMethod dispose
 Frame dispose method. More...
 
ThingImageBlendOperation blend
 Frame blend operation. More...
 
UIImage * image
 The image. More...
 

Detailed Description

An image frame object.

Definition at line 60 of file ThingEncryptImageCoder.h.

Method Documentation

◆ frameWithImage: [1/4]

+ (instancetype) frameWithImage: (UIImage *)  image

◆ frameWithImage: [2/4]

+ (instancetype) frameWithImage: (UIImage *)  image

◆ frameWithImage: [3/4]

+ (instancetype) frameWithImage: (UIImage *)  image

◆ frameWithImage: [4/4]

+ (instancetype) frameWithImage: (UIImage *)  image

Property Documentation

◆ blend

- (ThingImageBlendOperation) blend
readwritenonatomicassign

Frame blend operation.

Definition at line 68 of file ThingEncryptImageCoder.h.

◆ dispose

- (ThingImageDisposeMethod) dispose
readwritenonatomicassign

Frame dispose method.

Definition at line 67 of file ThingEncryptImageCoder.h.

◆ duration

- (NSTimeInterval) duration
readwritenonatomicassign

Frame duration in seconds.

Definition at line 66 of file ThingEncryptImageCoder.h.

◆ height

- (NSUInteger) height
readwritenonatomicassign

Frame height.

Definition at line 63 of file ThingEncryptImageCoder.h.

◆ image

- (UIImage *) image
readwritenonatomicstrong

The image.

Definition at line 69 of file ThingEncryptImageCoder.h.

◆ index

- (NSUInteger) index
readwritenonatomicassign

Frame index (zero based)

Definition at line 61 of file ThingEncryptImageCoder.h.

◆ offsetX

- (NSUInteger) offsetX
readwritenonatomicassign

Frame origin.x in canvas (left-bottom based)

Definition at line 64 of file ThingEncryptImageCoder.h.

◆ offsetY

- (NSUInteger) offsetY
readwritenonatomicassign

Frame origin.y in canvas (left-bottom based)

Definition at line 65 of file ThingEncryptImageCoder.h.

◆ width

- (NSUInteger) width
readwritenonatomicassign

Frame width.

Definition at line 62 of file ThingEncryptImageCoder.h.


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