Table of Contents

Method Fill

Namespace
PaintDotNet.Rendering
Assembly
PaintDotNet.Core.dll

Fill<TPixel>(ISurface<TPixel>, TPixel)

public static void Fill<TPixel>(this ISurface<TPixel> surface, TPixel color) where TPixel : unmanaged, INaturalPixelInfo

Parameters

surface ISurface<TPixel>
color TPixel

Type Parameters

TPixel