MonobjcMonobjc Documented Class Library
RemoveRepresentation Method (imageRep)
NamespacesMonobjc.AppKitNSImageRemoveRepresentation(NSImageRep)

Removes the specified image representation from the receiver and releases it.

Original signature is '- (void)removeRepresentation:(NSImageRep *)imageRep'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void RemoveRepresentation(
	NSImageRep imageRep
)
Public Overridable Sub RemoveRepresentation ( _
	imageRep As NSImageRep _
)
public:
virtual void RemoveRepresentation(
	NSImageRep^ imageRep
)
Parameters
imageRep (NSImageRep)
The image representation object you want to remove.
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)