Inherits from EOSPropertyObject : EOSObject : NSObject
Declared in EOSImage.h
EOSImage.m

Overview

EOSImage is a class used to represent an image. It is a subclass of EOSPropertyObject.

Instance Methods

initWithImageRef:

Initialize the class with a reference to an image

- (id)initWithImageRef:(EdsImageRef)imageRef

Parameters

imageRef

An EdsImageRef object

Return Value

the newly intialized EOSImage

Discussion

Initialize the class with a reference to an image

Declared In

EOSImage.h