MonobjcMonobjc Documented Class Library
SetImageZoomFactorCenterPoint Method (zoomFactor, centerPoint)
NamespacesMonobjc.QuartzIKImageViewSetImageZoomFactorCenterPoint(CGFloat, NSPoint)

Sets the zoom factor at the provided origin.

Original signature is '- (void)setImageZoomFactor:(CGFloat)zoomFactor centerPoint:(NSPoint)centerPoint'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void SetImageZoomFactorCenterPoint(
	CGFloat zoomFactor,
	NSPoint centerPoint
)
Public Overridable Sub SetImageZoomFactorCenterPoint ( _
	zoomFactor As CGFloat, _
	centerPoint As NSPoint _
)
public:
virtual void SetImageZoomFactorCenterPoint(
	CGFloat zoomFactor, 
	NSPoint centerPoint
)
Parameters
zoomFactor (CGFloat)
The zoom factor to apply to the image.
centerPoint (NSPoint)
The point that specifies the origin of the zoom factor.
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)