The members of AssetsLibrary.ALAssetRepresentation are listed below.
See Also: Inherited members from Foundation.NSObject
| Default constructor that initializes a new instance of this class with no parameters. |
| 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. |
| [read-only] override | ClassHandle | IntPtr. The handle for this class. |
| [read-only] | Dimensions | CoreGraphics.CGSize. Documentation for this section has not yet been entered. |
| [read-only] | Filename | string. Documentation for this section has not yet been entered. |
| [read-only] | Metadata | Foundation.NSDictionary. Asset metadata stored as a dictionary. |
| [read-only] | Orientation | ALAssetOrientation. The asset orientation. |
| [read-only] | Scale | float. The scale for this asset representation. |
| [read-only] | Size | long. The size in bytes of this asset representation. |
| [read-only] | Url | Foundation.NSUrl. The URL for this specific asset reprensetation. |
| [read-only] | Uti | string. The UTI of this asset. |
GetBytes(IntPtr, long, out Foundation.NSError, nuint)Copy bytes from the assets into a buffer. | ||
GetFullScreenImage()Returns an image suitable for full screen use. | ||
GetImage()Returns the image representing this asset. | ||
GetImage(Foundation.NSDictionary)Returns an image representing the asset. | ||