LEADTOOLS (Leadtools assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
DitherLine Method
See Also 
Leadtools Namespace > RasterImage Class : DitherLine Method



Used in a loop, dithers the line in a specified unmanaged memory input buffer, and writes it to an unmanaged memory output buffer.

Overload List

OverloadDescription
DitherLine(IntPtr,IntPtr)Used in a loop, dithers the line in a specified unmanaged memory input buffer, and writes it to an unmanaged memory output buffer.  
DitherLine(Byte[],Int32,Byte[],Int32)Used in a loop, dithers the line in a specified input buffer, and writes it to an output buffer. Supported in Silverlight, Windows Phone 7  

Requirements

Target Platforms: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only), Windows Phone 7

See Also