Table of Contents

Method Apply

Namespace
PaintDotNet
Assembly
PaintDotNet.Core.dll

Apply(ColorBgra)

public abstract ColorBgra Apply(ColorBgra color)

Parameters

color ColorBgra

Returns

ColorBgra

Apply(ColorBgra*, ColorBgra*, int)

public override void Apply(ColorBgra* dst, ColorBgra* src, int length)

Parameters

dst ColorBgra*
src ColorBgra*
length int

Apply(ColorBgra*, int)

public virtual void Apply(ColorBgra* ptr, int length)

Parameters

ptr ColorBgra*
length int

Apply(Surface, Rectangle[], int, int)

public void Apply(Surface surface, Rectangle[] roi, int startIndex, int length)

Parameters

surface Surface
roi Rectangle[]
startIndex int
length int

Apply(Surface, RectInt32[], int, int)

public void Apply(Surface surface, RectInt32[] roi, int startIndex, int length)

Parameters

surface Surface
roi RectInt32[]
startIndex int
length int

Apply(Surface, Rectangle[])

public void Apply(Surface surface, Rectangle[] roi)

Parameters

surface Surface
roi Rectangle[]

Apply(Surface, RectInt32[])

public void Apply(Surface surface, RectInt32[] roi)

Parameters

surface Surface
roi RectInt32[]

Apply(Surface, Rectangle)

public void Apply(Surface surface, Rectangle roi)

Parameters

surface Surface
roi Rectangle

Apply(Surface, RectInt32)

public void Apply(Surface surface, RectInt32 roi)

Parameters

surface Surface
roi RectInt32

Apply(Surface, Scanline)

public void Apply(Surface surface, Scanline scan)

Parameters

surface Surface
scan Scanline

Apply(Surface, Scanline[])

public void Apply(Surface surface, Scanline[] scans)

Parameters

surface Surface
scans Scanline[]

Apply(Surface, Point, Surface, Point, int)

This version of Apply will perform on a scanline, not just a rectangle.

public override void Apply(Surface dst, Point dstOffset, Surface src, Point srcOffset, int scanLength)

Parameters

dst Surface
dstOffset Point
src Surface
srcOffset Point
scanLength int

Apply(Surface, Surface, Rectangle)

public void Apply(Surface dst, Surface src, Rectangle roi)

Parameters

dst Surface
src Surface
roi Rectangle

Apply(Surface, PdnRegion)

public void Apply(Surface surface, PdnRegion roi)

Parameters

surface Surface
roi PdnRegion