Share via


PKStrokePath.EnumerateInterpolatedPointsByParametricStep Method

Definition

[Foundation.Export("enumerateInterpolatedPointsInRange:strideByParametricStep:usingBlock:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void EnumerateInterpolatedPointsByParametricStep(PencilKit.PKFloatRange range, System.Runtime.InteropServices.NFloat parametricStep, PencilKit.PKInterpolatedPointsEnumeratorHandler enumeratorHandler);
[<Foundation.Export("enumerateInterpolatedPointsInRange:strideByParametricStep:usingBlock:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member EnumerateInterpolatedPointsByParametricStep : PencilKit.PKFloatRange * System.Runtime.InteropServices.NFloat * PencilKit.PKInterpolatedPointsEnumeratorHandler -> unit
override this.EnumerateInterpolatedPointsByParametricStep : PencilKit.PKFloatRange * System.Runtime.InteropServices.NFloat * PencilKit.PKInterpolatedPointsEnumeratorHandler -> unit

Parameters

range
PKFloatRange
parametricStep
NFloat
Attributes

Applies to