Uses of Class
org.robovm.apple.pencilkit.PKFloatRange
| Package | Description |
|---|---|
| org.robovm.apple.pencilkit |
-
Uses of PKFloatRange in org.robovm.apple.pencilkit
Methods in org.robovm.apple.pencilkit that return types with arguments of type PKFloatRange Modifier and Type Method Description NSArray<PKFloatRange>PKStroke. getMaskedPathRanges()Methods in org.robovm.apple.pencilkit with parameters of type PKFloatRange Modifier and Type Method Description voidPKStrokePath. enumerateInterpolatedPointsStrideByDistance(PKFloatRange range, double distanceStep, VoidBlock2<PKStrokePoint,BooleanPtr> block)voidPKStrokePath. enumerateInterpolatedPointsStrideByParametricStep(PKFloatRange range, double parametricStep, VoidBlock2<PKStrokePoint,BooleanPtr> block)voidPKStrokePath. enumerateInterpolatedPointsStrideByTime(PKFloatRange range, double timeStep, VoidBlock2<PKStrokePoint,BooleanPtr> block)