PKStrokePath.EnumerateInterpolatedPointsByParametricStep Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[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
- enumeratorHandler
- PKInterpolatedPointsEnumeratorHandler
- Attributes