BezierTransform.SourceCellSize Property

Gets or sets the size of the cells to which the image will be splitted to perform transformation.

Namespace: Aurigma.GraphicsMill.Transforms
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

C#
public int SourceCellSize { get; set; }

Property Value

The size of the cells to which the image will be splitted to perform transformation.

Remarks

The smaller number gives better result, but slows transformation. The grater number gives faster transformation, but can result in not so smooth image.

See Also

Reference