CGImageProperties Class
Definition
Properties of bitmap images.
public class CGImageProperties : Foundation.DictionaryContainer
type CGImageProperties = class
inherit DictionaryContainer
- Inheritance
Constructors
CGImageProperties() | |
CGImageProperties(NSDictionary) |
Properties
Alpha |
Gets or sets whether an image has an alpha channel. |
ColorModel |
Gets or sets the color model for an image, as a CGImageColorModel object. |
Depth |
Gets or sets the number of bits in the color sample of each pixel for an image. |
Dictionary |
Gets the wrapped NSDictionary. (Inherited from DictionaryContainer) |
DPIHeightF |
Gets or sets the resolution, in dots per inch, of an image for the x axis. |
DPIWidthF |
Gets or sets the resolution, in dots per inch, of an image for the y axis. |
Exif | |
FileSize |
Gets or sets the size of the image file, in bytes. |
Gps | |
Iptc | |
IsFloat |
Gets or sets whether an image contains floating-point pixel samples. |
IsIndexed |
Gets or sets whether an image contains indexed pixel samples. |
Jfif | |
Orientation |
Gets or sets the orientation of an image, as a CIImageOrientation object. |
PixelHeight |
Gets or sets the number of pixels in an image for the y axis. |
PixelWidth |
Gets or sets the number of pixels in an image for the x axis. |
Png | |
ProfileName |
Gets or sets name of the ICC profile for an image. |
Tiff |
Methods
GetArray<T>(NSString) |
Retrieves the array of type |
GetArray<T>(NSString, Func<IntPtr,T>) | (Inherited from DictionaryContainer) |
GetBoolValue(NSString) |
Returns the nullable Boolean associated with |
GetCGPointValue(NSString) |
Returns the nullable CGPoint associated with |
GetCGRectValue(NSString) |
Returns the nullable NSString associated with |
GetCGSizeValue(NSString) |
Returns the nullable CGSize associated with |
GetCMTimeValue(NSString) |
Returns the nullable CMTime associated with |
GetDoubleValue(NSString) |
Returns the nullable double associated with |
GetFloatValue(NSString) |
Returns the nullable float associated with |
GetInt32Value(NSString) |
Returns the nullable int associated with |
GetLongValue(NSString) |
Returns the nullable long associated with |
GetNativeValue<T>(NSString) |
Returns the native object associated with |
GetNIntValue(NSString) |
Returns the nullable native integer associated with |
GetNSDictionary(NSString) |
Returns the NSDictionary associated with |
GetNSDictionary<TKey,TValue>(NSString) |
Returns the NSDictionary associated with |
GetNSStringValue(NSString) |
Returns the NSString associated with |
GetNUIntValue(NSString) |
Returns the nullable native unsigned int associated with |
GetStringValue(NSString) |
Returns the string associated with |
GetStringValue(String) |
Returns the string associated with |
GetStrongDictionary<T>(NSString) |
Returns the DictionaryContainer associated with |
GetUInt32Value(NSString) |
Returns the nullable |
GetUIntValue(NSString) |
Returns the nullable |
RemoveValue(NSString) |
Removes from the dictionary the value associated with |
SetArrayValue(NSString, INativeObject[]) |
Associates the INativeObject array |
SetArrayValue(NSString, NSNumber[]) |
Associates the NSNumber array |
SetArrayValue(NSString, String[]) |
Associates the |
SetArrayValue<T>(NSString, T[]) |
Associates the array |
SetBooleanValue(NSString, Nullable<Boolean>) |
Stores the Boolean |
SetCGPointValue(NSString, Nullable<CGPoint>) |
Stores the CGPoint |
SetCGRectValue(NSString, Nullable<CGRect>) |
Stores the CGRect |
SetCGSizeValue(NSString, Nullable<CGSize>) |
Stores the CGSize |
SetCMTimeValue(NSString, Nullable<CMTime>) |
Stores the CMTime |
SetNativeValue(NSString, INativeObject, Boolean) | (Inherited from DictionaryContainer) |
SetNumberValue(NSString, Nullable<Double>) |
Stores the double |
SetNumberValue(NSString, Nullable<Int32>) |
Stores the int |
SetNumberValue(NSString, Nullable<Int64>) |
Stores the long |
SetNumberValue(NSString, Nullable<nint>) |
Stores the native integer |
SetNumberValue(NSString, Nullable<nuint>) |
Stores the native unsigned int |
SetNumberValue(NSString, Nullable<Single>) |
Stores the float |
SetNumberValue(NSString, Nullable<UInt32>) |
Stores the unsigned int |
SetStringValue(NSString, NSString) |
Stores the string |
SetStringValue(NSString, String) |
Stores the string |