setPointArrayValue abstract method

Future<void> setPointArrayValue(
  1. String key,
  2. List<Point<num>> value
)

Change points value for key

For GPUImage filters can be applied for all attributes that have GPUAttributeClass equals to PointF[] For Core Image filters can be applied for all attributes that have CIAttributeClass equals to CIVector and and CIAttributeType equals to CIAttributeTypeRectangle

Implementation

Future<void> setPointArrayValue(String key, List<Point> value);