MonobjcMonobjc Documented Class Library
ConvertImageRectToViewRect Method (imageRect)
NamespacesMonobjc.QuartzIKImageViewConvertImageRectToViewRect(NSRect)

Converts an image rectangle to an image view rectangle.

Original signature is '- (NSRect)convertImageRectToViewRect:(NSRect)imageRect'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSRect ConvertImageRectToViewRect(
	NSRect imageRect
)
Public Overridable Function ConvertImageRectToViewRect ( _
	imageRect As NSRect _
) As NSRect
public:
virtual NSRect ConvertImageRectToViewRect(
	NSRect imageRect
)
Parameters
imageRect (NSRect)
An rectangle specified in coordinates relative to the image.
Return Value
An rectangle specified in coordinates relative to the image view.
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)