Share via


IKImageView.SetImageZoomFactor(NFloat, CGPoint) Method

Definition

[Foundation.Export("setImageZoomFactor:centerPoint:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void SetImageZoomFactor(System.Runtime.InteropServices.NFloat zoomFactor, CoreGraphics.CGPoint centerPoint);
[<Foundation.Export("setImageZoomFactor:centerPoint:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member SetImageZoomFactor : System.Runtime.InteropServices.NFloat * CoreGraphics.CGPoint -> unit
override this.SetImageZoomFactor : System.Runtime.InteropServices.NFloat * CoreGraphics.CGPoint -> unit

Parameters

zoomFactor
NFloat
centerPoint
CGPoint
Attributes

Applies to