MonobjcMonobjc Documented Class Library
CIImageProvider Class
NamespacesMonobjc.QuartzCoreCIImageProvider

[Missing <summary> documentation for "T:Monobjc.QuartzCore.CIImageProvider"]

Declaration Syntax
C#Visual BasicVisual C++
public class CIImageProvider
Public Class CIImageProvider
public ref class CIImageProvider
Members
All MembersConstructorsMethodsFields



IconMemberDescription
CIImageProvider()()()()
Initializes a new instance of the CIImageProvider class

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize()()()()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
kCIImageProviderTileSize

A key for the image tiles size. The associated value is an NSArray that containsNSNumber objects for the dimensions of the image tiles requested from the image provider.

Available in Mac OS X v10.4 and later.


kCIImageProviderUserInfo

A key for data needed by the image provider. The associated value is an object that contains the needed data.

Available in Mac OS X v10.4 and later.


MemberwiseClone()()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
Inheritance Hierarchy
Object
CIImageProvider
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.AppKit (Module: Monobjc.AppKit)