Table of Contents

Enum RasterizerSamplingOrigin

Namespace
SixLabors.ImageSharp.Drawing.Processing.Backends
Assembly
SixLabors.ImageSharp.Drawing.dll

Describes where sample coverage is aligned relative to destination pixels.

public enum RasterizerSamplingOrigin

Fields

PixelBoundary = 0

Samples are aligned to pixel boundaries.

PixelCenter = 1

Samples are aligned to pixel centers.