Table of Contents

Property Interpolate

Namespace
LMKit.Media.Image
Assembly
LM-Kit.NET.dll

Interpolate

Gets or sets a value indicating whether bilinear interpolation should be used when resampling.

public bool Interpolate { get; set; }

Property Value

bool

true to use bilinear interpolation for higher quality (default); false to use nearest-neighbor sampling for maximum speed.