MonobjcMonobjc Documented Class Library
ConvertViewRectToImageRect Method (viewRect)
NamespacesMonobjc.QuartzIKImageViewConvertViewRectToImageRect(NSRect)

Converts an image view rectangle to an image rectangle.

Original signature is '- (NSRect)convertViewRectToImageRect:(NSRect)viewRect'

Available in Mac OS X v10.5 and later.

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