Method Apply
- Namespace
- PaintDotNet
- Assembly
- PaintDotNet.Core.dll
Apply(ColorBgra)
public abstract ColorBgra Apply(ColorBgra color)
Parameters
color
ColorBgra
Returns
Apply(ColorBgra*, ColorBgra*, int)
public override void Apply(ColorBgra* dst, ColorBgra* src, int length)
Parameters
Apply(ColorBgra*, int)
public virtual void Apply(ColorBgra* ptr, int length)
Parameters
Apply(Surface, Rectangle[], int, int)
public void Apply(Surface surface, Rectangle[] roi, int startIndex, int length)
Parameters
Apply(Surface, RectInt32[], int, int)
public void Apply(Surface surface, RectInt32[] roi, int startIndex, int length)
Parameters
Apply(Surface, Rectangle[])
public void Apply(Surface surface, Rectangle[] roi)
Parameters
Apply(Surface, RectInt32[])
public void Apply(Surface surface, RectInt32[] roi)
Parameters
Apply(Surface, Rectangle)
public void Apply(Surface surface, Rectangle roi)
Parameters
Apply(Surface, RectInt32)
public void Apply(Surface surface, RectInt32 roi)
Parameters
Apply(Surface, Scanline)
public void Apply(Surface surface, Scanline scan)
Parameters
Apply(Surface, Scanline[])
public void Apply(Surface surface, Scanline[] scans)
Parameters
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
Apply(Surface, Surface, Rectangle)
public void Apply(Surface dst, Surface src, Rectangle roi)
Parameters
Apply(Surface, PdnRegion)
public void Apply(Surface surface, PdnRegion roi)