Polygons

ImageInpaintingPossibleWatermark.Polygons property

Gets or sets polygonal regions to be inpainted, in image pixels. Each polygon is an array of vertices. Either Rectangles or Polygons must be specified, but not both.

public Point[][] Polygons { get; set; }

See Also