MonobjcMonobjc Documented Class Library
SnapshotImage Property
NamespacesMonobjc.QuartzQCRendererSnapshotImage

Returns an NSImage object of the current image in the OpenGL context associated with the renderer.

Original signature is '- (NSImage*) snapshotImage'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSImage SnapshotImage { get; }
Public Overridable ReadOnly Property SnapshotImage As NSImage
	Get
public:
virtual property NSImage^ SnapshotImage {
	NSImage^ get ();
}
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.Quartz (Module: Monobjc.Quartz)