|
AddObserver(NSObject, NSString, NSKeyValueObservingOptions, IntPtr)
|
(Inherited from NSObject)
|
|
AddObserver(NSObject, String, NSKeyValueObservingOptions, IntPtr)
|
(Inherited from NSObject)
|
|
AddObserver(NSString, NSKeyValueObservingOptions, Action<NSObservedChange>)
|
Registers an object for being observed externally using an arbitrary method.
(Inherited from NSObject)
|
|
AddObserver(String, NSKeyValueObservingOptions, Action<NSObservedChange>)
|
Registers an object for being observed externally using an arbitrary method.
(Inherited from NSObject)
|
|
AwakeFromNib()
|
(Inherited from NSObject)
|
|
BeginInvokeOnMainThread(Action)
|
(Inherited from NSObject)
|
|
BeginInvokeOnMainThread(Selector, NSObject)
|
Invokes asynchrously the specified code on the main UI thread.
(Inherited from NSObject)
|
|
Bind(NSString, NSObject, String, NSBindingOptions)
|
(Inherited from NSObject)
|
|
Bind(NSString, NSObject, String, NSDictionary)
|
(Inherited from NSObject)
|
|
CalculateHdrStats(CGImage)
|
|
CalculateHdrStats(CIImage)
|
|
CalculateHdrStats(CVPixelBuffer)
|
|
CalculateHdrStats(IOSurface)
|
|
ClearCaches()
|
Frees data in the cache and runs the garbage collector.
|
|
CommitEditing()
|
(Inherited from NSObject)
|
|
CommitEditing(NSObject, Selector, IntPtr)
|
(Inherited from NSObject)
|
|
ConformsToProtocol(NativeHandle)
|
(Inherited from NSObject)
|
|
Copy()
|
(Inherited from NSObject)
|
|
Create()
|
Creates a new CIContext with default options.
|
|
Create(IMTLCommandQueue, NSDictionary<NSString,NSObject>)
|
|
Create(IMTLCommandQueue)
|
|
CreateCGImage(CIImage, CGRect, CIFormat, CGColorSpace, Boolean)
|
|
CreateCGImage(CIImage, CGRect, CIFormat, CGColorSpace)
|
|
CreateCGImage(CIImage, CGRect, Int32, CGColorSpace, Boolean, Boolean)
|
|
CreateCGImage(CIImage, CGRect, Int32, CGColorSpace)
|
|
CreateCGImage(CIImage, CGRect)
|
Creates a new CGImage from the fromRectangle region of image.
|
|
CreateCGLayer(CGSize)
|
|
DangerousAutorelease()
|
Calls the 'autorelease' selector on this object.
(Inherited from NSObject)
|
|
DangerousRelease()
|
Calls the 'release' selector on this object.
(Inherited from NSObject)
|
|
DangerousRetain()
|
Calls the 'retain' selector on this object.
(Inherited from NSObject)
|
|
DidChange(NSKeyValueChange, NSIndexSet, NSString)
|
(Inherited from NSObject)
|
|
DidChange(NSString, NSKeyValueSetMutationKind, NSSet)
|
(Inherited from NSObject)
|
|
DidChangeValue(String)
|
(Inherited from NSObject)
|
|
Dispose()
|
Releases the resources used by the NSObject object.
(Inherited from NSObject)
|
|
Dispose(Boolean)
|
Releases the resources used by the NSObject object.
(Inherited from NSObject)
|
|
DoesNotRecognizeSelector(Selector)
|
(Inherited from NSObject)
|
|
DrawImage(CIImage, CGPoint, CGRect)
|
Developers should not use this deprecated method. Developers should use 'DrawImage (image, CGRect, CGRect)' instead.
|
|
DrawImage(CIImage, CGRect, CGRect)
|
Draws the fromRectangle portion of image into the rectangle specified by inRectangle.
|
|
Equals(NSObject)
|
(Inherited from NSObject)
|
|
Equals(Object)
|
(Inherited from NSObject)
|
|
FromContext(CGContext, CIContextOptions)
|
Creates a new CIContext from an existing one, along with the provided
|
|
FromContext(CGContext)
|
Creates a new CIContext from an existing one.
|
|
FromContext(EAGLContext, CIContextOptions)
|
Creates a CIContext based on the eaglContext, with the specified options.
|
|
FromContext(EAGLContext, NSDictionary)
|
Creates a new CIContext from the provided eaglContext and by using the options that are named in dictionary.
|
|
FromContext(EAGLContext)
|
Creates a new CIContext from the provided eaglContext.
|
|
FromMetalDevice(IMTLDevice, CIContextOptions)
|
Creates a new CIContext from the provided Metal device, along with the specified context.
|
|
FromMetalDevice(IMTLDevice, NSDictionary<NSString,NSObject>)
|
Creates a new CIContext from the provided Metal device, applying the specified options.
|
|
FromMetalDevice(IMTLDevice)
|
Creates a new CIContext from the provided Metal device.
|
|
FromOfflineGpu(Int32)
|
|
FromOptions(CIContextOptions)
|
Creates a new CIContext from the options that are named in options.
|
|
GetBindingInfo(NSString)
|
(Inherited from NSObject)
|
|
GetBindingOptionDescriptions(NSString)
|
(Inherited from NSObject)
|
|
GetBindingValueClass(NSString)
|
(Inherited from NSObject)
|
|
GetDictionaryOfValuesFromKeys(NSString[])
|
(Inherited from NSObject)
|
|
GetHashCode()
|
Generates a hash code for the current instance.
(Inherited from NSObject)
|
|
GetMethodForSelector(Selector)
|
(Inherited from NSObject)
|
|
GetNativeHash()
|
(Inherited from NSObject)
|
|
GetOpenEXRRepresentation(CIImage, NSDictionary<NSString,NSObject>, NSError)
|
|
Init()
|
(Inherited from NSObject)
|
|
InitializeHandle(NativeHandle, String)
|
(Inherited from NSObject)
|
|
InitializeHandle(NativeHandle)
|
(Inherited from NSObject)
|
|
Invoke(Action, Double)
|
(Inherited from NSObject)
|
|
Invoke(Action, TimeSpan)
|
(Inherited from NSObject)
|
|
InvokeOnMainThread(Action)
|
(Inherited from NSObject)
|
|
InvokeOnMainThread(Selector, NSObject)
|
Invokes synchrously the specified code on the main UI thread.
(Inherited from NSObject)
|
|
IsEqual(NSObject)
|
(Inherited from NSObject)
|
|
IsKindOfClass(Class)
|
(Inherited from NSObject)
|
|
IsMemberOfClass(Class)
|
(Inherited from NSObject)
|
|
MarkDirty()
|
Promotes a regular peer object (IsDirectBinding is true) into a toggleref object.
(Inherited from NSObject)
|
|
MutableCopy()
|
(Inherited from NSObject)
|
|
ObjectDidEndEditing(NSObject)
|
(Inherited from NSObject)
|
|
ObserveValue(NSString, NSObject, NSDictionary, IntPtr)
|
(Inherited from NSObject)
|
|
PerformSelector(Selector, NSObject, Double, NSString[])
|
(Inherited from NSObject)
|
|
PerformSelector(Selector, NSObject, Double)
|
(Inherited from NSObject)
|
|
PerformSelector(Selector, NSObject, NSObject)
|
(Inherited from NSObject)
|
|
PerformSelector(Selector, NSObject)
|
(Inherited from NSObject)
|
|
PerformSelector(Selector, NSThread, NSObject, Boolean, NSString[])
|
(Inherited from NSObject)
|
|
PerformSelector(Selector, NSThread, NSObject, Boolean)
|
(Inherited from NSObject)
|
|
PerformSelector(Selector)
|
(Inherited from NSObject)
|
|
PrepareForInterfaceBuilder()
|
(Inherited from NSObject)
|
|
ReclaimResources()
|
|
RemoveObserver(NSObject, NSString, IntPtr)
|
(Inherited from NSObject)
|
|
RemoveObserver(NSObject, NSString)
|
(Inherited from NSObject)
|
|
RemoveObserver(NSObject, String, IntPtr)
|
(Inherited from NSObject)
|
|
RemoveObserver(NSObject, String)
|
(Inherited from NSObject)
|
|
Render(CIImage, CVPixelBuffer, CGRect, CGColorSpace)
|
|
Render(CIImage, CVPixelBuffer)
|
Renders image to buffer.
|
|
Render(CIImage, IMTLTexture, IMTLCommandBuffer, CGRect, CGColorSpace)
|
|
Render(CIImage, IOSurface, CGRect, CGColorSpace)
|
|
RenderToBitmap(CIImage, IntPtr, IntPtr, CGRect, Int32, CGColorSpace)
|
|
RespondsToSelector(Selector)
|
(Inherited from NSObject)
|
|
SetNilValueForKey(NSString)
|
(Inherited from NSObject)
|
|
SetValueForKey(NSObject, NSString)
|
(Inherited from NSObject)
|
|
SetValueForKeyPath(NativeHandle, NSString)
|
(Inherited from NSObject)
|
|
SetValueForKeyPath(NSObject, NSString)
|
(Inherited from NSObject)
|
|
SetValueForUndefinedKey(NSObject, NSString)
|
(Inherited from NSObject)
|
|
SetValuesForKeysWithDictionary(NSDictionary)
|
(Inherited from NSObject)
|
|
ToString()
|
Returns a string representation of the value of the current instance.
(Inherited from NSObject)
|
|
Unbind(NSString)
|
(Inherited from NSObject)
|
|
ValueForKey(NSString)
|
(Inherited from NSObject)
|
|
ValueForKeyPath(NSString)
|
(Inherited from NSObject)
|
|
ValueForUndefinedKey(NSString)
|
(Inherited from NSObject)
|
|
WillChange(NSKeyValueChange, NSIndexSet, NSString)
|
(Inherited from NSObject)
|
|
WillChange(NSString, NSKeyValueSetMutationKind, NSSet)
|
(Inherited from NSObject)
|
|
WillChangeValue(String)
|
(Inherited from NSObject)
|
|
WriteOpenExrRepresentation(CIImage, NSUrl, NSDictionary<NSString,NSObject>, NSError)
|