AssetsLibrary.ALAssetRepresentation Members

The members of AssetsLibrary.ALAssetRepresentation are listed below.

See Also: Inherited members from Foundation.NSObject

Public Constructors

Default constructor that initializes a new instance of this class with no parameters.

Protected Constructors

Constructor to call on derived classes to skip initialization and merely allocate the object.
A constructor used when creating managed representations of unmanaged objects; Called by the runtime.

Public Properties

[read-only]
override
ClassHandleIntPtr. The handle for this class.
[read-only]
DimensionsCoreGraphics.CGSize. Documentation for this section has not yet been entered.
[read-only]
Filenamestring. Documentation for this section has not yet been entered.
[read-only]
MetadataFoundation.NSDictionary. Asset metadata stored as a dictionary.
[read-only]
OrientationALAssetOrientation. The asset orientation.
[read-only]
Scalefloat. The scale for this asset representation.
[read-only]
Sizelong. The size in bytes of this asset representation.
[read-only]
UrlFoundation.NSUrl. The URL for this specific asset reprensetation.
[read-only]
Utistring. The UTI of this asset.

Public Methods

GetBytes(IntPtr, long, out Foundation.NSError, nuint) : nuint
Copy bytes from the assets into a buffer.
GetFullScreenImage() : CoreGraphics.CGImage
Returns an image suitable for full screen use.
GetImage() : CoreGraphics.CGImage
Returns the image representing this asset.
GetImage(Foundation.NSDictionary) : CoreGraphics.CGImage
Returns an image representing the asset.

Protected Methods

override
Dispose(bool)
Releases the resources used by the ALAssetRepresentation object.