MonoMac.Foundation.NSValue: Method Members

The methods of MonoMac.Foundation.NSValue are listed below. For a list of all members, see the NSValue Members list.

See Also: Inherited members from MonoMac.Foundation.NSObject

Public Methods

static
FromCMTime(MonoMac.CoreMedia.CMTime) : NSValue
Creates an NSValue that wraps a CMTime object..
static
FromCMTimeMapping(MonoMac.CoreMedia.CMTimeMapping) : NSValue
Creates an NSValue that wraps a CMTimeMapping object.
static
FromCMTimeRange(MonoMac.CoreMedia.CMTimeRange) : NSValue
Creates an NSValue that wraps a CMTimeRange object.
static
FromPointF(System.Drawing.PointF) : NSValue
Creates an NSValue that wraps a PointF object.
static
FromRectangleF(System.Drawing.RectangleF) : NSValue
Creates an NSValue that wraps a RectangleF object.
static
FromSizeF(System.Drawing.SizeF) : NSValue
Creates an NSValue that wraps a SizeF object.
static
FromVector(MonoMac.OpenGL.Vector3) : MonoMac.OpenGL.Vector3
Documentation for this section has not yet been entered.
static
FromVector(MonoMac.OpenGL.Vector4) : MonoMac.OpenGL.Vector3
Documentation for this section has not yet been entered.
IsEqualTo(NSValue) : bool
Documentation for this section has not yet been entered.
StoreValueAtAddress(IntPtr)
Documentation for this section has not yet been entered.
static
ValueFromNonretainedObject(NSObject) : NSValue
Creates an NSValue object that is wrapped in an NSValue without being retained.
static
ValueFromPointer(IntPtr) : NSValue
Wraps the specified IntPtr object as an NSValue.

Protected Methods

override
Dispose(bool)
Releases the resourced used by the NSValue object.