CGImagePropertiesExif Clase

Definición

Metadatos exif estándar de una imagen.

public class CGImagePropertiesExif : Foundation.DictionaryContainer
type CGImagePropertiesExif = class
    inherit DictionaryContainer
Herencia
CGImagePropertiesExif

Constructores

CGImagePropertiesExif()

Metadatos exif estándar de una imagen.

CGImagePropertiesExif(NSDictionary)

Metadatos exif estándar de una imagen.

Propiedades

Aperture

Metadatos exif estándar de una imagen.

Brightness

Metadatos exif estándar de una imagen.

CompressedBitsPerPixel

Metadatos exif estándar de una imagen.

Dictionary

Obtiene el contenedor NSDictionary.

(Heredado de DictionaryContainer)
DigitalZoomRatio

Metadatos exif estándar de una imagen.

ExposureBias

Metadatos exif estándar de una imagen.

ExposureIndex

Metadatos exif estándar de una imagen.

ExposureProgram

Metadatos exif estándar de una imagen.

ExposureTime

Metadatos exif estándar de una imagen.

Flash

Metadatos exif estándar de una imagen.

FlashEnergy

Metadatos exif estándar de una imagen.

FocalPlaneXResolution

Metadatos exif estándar de una imagen.

FocalPlaneYResolution

Metadatos exif estándar de una imagen.

GainControl

Metadatos exif estándar de una imagen.

ISOSpeedRatings

Metadatos exif estándar de una imagen.

MaximumLensAperture

Metadatos exif estándar de una imagen.

PixelXDimension

Metadatos exif estándar de una imagen.

PixelYDimension

Metadatos exif estándar de una imagen.

ShutterSpeed

Metadatos exif estándar de una imagen.

SubjectDistance

Metadatos exif estándar de una imagen.

Métodos

GetArray<T>(NSString)

Recupera la matriz de tipo T asociada a key.

(Heredado de DictionaryContainer)
GetArray<T>(NSString, Func<IntPtr,T>)

Metadatos exif estándar de una imagen.

(Heredado de DictionaryContainer)
GetBoolValue(NSString)

Devuelve el valor booleano que acepta valores NULL asociado a key.

(Heredado de DictionaryContainer)
GetCGPointValue(NSString)

Devuelve el que acepta valores CGPoint NULL asociado a key.

(Heredado de DictionaryContainer)
GetCGRectValue(NSString)

Devuelve el que acepta valores NSString NULL asociado a key.

(Heredado de DictionaryContainer)
GetCGSizeValue(NSString)

Devuelve el que acepta valores CGSize NULL asociado a key.

(Heredado de DictionaryContainer)
GetCMTimeValue(NSString)

Devuelve el que acepta valores CMTime NULL asociado a key.

(Heredado de DictionaryContainer)
GetDoubleValue(NSString)

Devuelve el double que acepta valores NULL asociado a key.

(Heredado de DictionaryContainer)
GetFloatValue(NSString)

Devuelve el valor float que acepta valores NULL asociado a key.

(Heredado de DictionaryContainer)
GetInt32Value(NSString)

Devuelve el valor int que acepta valores NULL asociado a key.

(Heredado de DictionaryContainer)
GetLongValue(NSString)

Devuelve el long que acepta valores NULL asociado a key.

(Heredado de DictionaryContainer)
GetNativeValue<T>(NSString)

Devuelve el objeto nativo asociado a key.

(Heredado de DictionaryContainer)
GetNIntValue(NSString)

Devuelve el entero nativo que acepta valores NULL asociado a key.

(Heredado de DictionaryContainer)
GetNSDictionary(NSString)

Devuelve el objeto NSDictionary asociado a key.

(Heredado de DictionaryContainer)
GetNSDictionary<TKey,TValue>(NSString)

Devuelve el objeto NSDictionary asociado a key.

(Heredado de DictionaryContainer)
GetNSStringValue(NSString)

Devuelve el objeto NSString asociado a key.

(Heredado de DictionaryContainer)
GetNUIntValue(NSString)

Devuelve el valor int nativo que acepta valores NULL unsigned asociado a key.

(Heredado de DictionaryContainer)
GetStringValue(NSString)

Devuelve la cadena asociada a key.

(Heredado de DictionaryContainer)
GetStringValue(String)

Devuelve la cadena asociada a key.

(Heredado de DictionaryContainer)
GetStrongDictionary<T>(NSString)

Devuelve el objeto DictionaryContainer asociado a key.

(Heredado de DictionaryContainer)
GetUInt32Value(NSString)

Devuelve el System.UInt32 que acepta valores NULL asociado a key.

(Heredado de DictionaryContainer)
GetUIntValue(NSString)

Devuelve el System.UInt32 que acepta valores NULL asociado a key.

(Heredado de DictionaryContainer)
RemoveValue(NSString)

Quita del diccionario el valor asociado a key.

(Heredado de DictionaryContainer)
SetArrayValue(NSString, INativeObject[])

Asocia la INativeObject matriz values a key.

(Heredado de DictionaryContainer)
SetArrayValue(NSString, NSNumber[])

Asocia la NSNumber matriz values a key.

(Heredado de DictionaryContainer)
SetArrayValue(NSString, String[])

Asocia la matriz valuesSystem.String a key.

(Heredado de DictionaryContainer)
SetArrayValue<T>(NSString, T[])

Asocia la matriz values de tipo T a key.

(Heredado de DictionaryContainer)
SetBooleanValue(NSString, Nullable<Boolean>)

Almacena el valor booleano value y lo asocia a key.

(Heredado de DictionaryContainer)
SetCGPointValue(NSString, Nullable<CGPoint>)

Almacena y CGPointvalue lo asocia a key.

(Heredado de DictionaryContainer)
SetCGRectValue(NSString, Nullable<CGRect>)

Almacena y CGRectvalue lo asocia a key.

(Heredado de DictionaryContainer)
SetCGSizeValue(NSString, Nullable<CGSize>)

Almacena y CGSizevalue lo asocia a key.

(Heredado de DictionaryContainer)
SetCMTimeValue(NSString, Nullable<CMTime>)

Almacena y CMTimevalue lo asocia a key.

(Heredado de DictionaryContainer)
SetNativeValue(NSString, INativeObject, Boolean)

Metadatos exif estándar de una imagen.

(Heredado de DictionaryContainer)
SetNumberValue(NSString, Nullable<Double>)

Almacena el doble value (o null) y lo asocia a key.

(Heredado de DictionaryContainer)
SetNumberValue(NSString, Nullable<Int32>)

Almacena el valor int value (o null) y lo asocia a key.

(Heredado de DictionaryContainer)
SetNumberValue(NSString, Nullable<Int64>)

Almacena el long value (o null) y lo asocia a key.

(Heredado de DictionaryContainer)
SetNumberValue(NSString, Nullable<nint>)

Almacena el entero value nativo (o null) y lo asocia a key.

(Heredado de DictionaryContainer)
SetNumberValue(NSString, Nullable<nuint>)

Almacena el int value sin signo nativo (o null) y lo asocia a key.

(Heredado de DictionaryContainer)
SetNumberValue(NSString, Nullable<Single>)

Almacena el valor float value (o null) y lo asocia a key.

(Heredado de DictionaryContainer)
SetNumberValue(NSString, Nullable<UInt32>)

Almacena el int value sin signo (o null) y lo asocia a key.

(Heredado de DictionaryContainer)
SetStringValue(NSString, NSString)

Almacena la cadena value y la asocia a key.

(Heredado de DictionaryContainer)
SetStringValue(NSString, String)

Almacena la cadena value y la asocia a key.

(Heredado de DictionaryContainer)

Se aplica a

Consulte también