ColorMap

ColorMap

System.Drawing.Imaging (system.drawing.dll) sealed class

This class defines a mapping of one color to another: the NewColor and the OldColor . Several of the ImageAttributes methods (such as ImageAttributes.SetRemapTable() ) use an array of these objects to define a color mapping table.

 public sealed class  ColorMap  {  // Public Constructors  public  ColorMap  ();  // Public Instance Properties  public Color  NewColor  {set; get; }    public Color  OldColor  {set; get; } } 

Passed To

ImageAttributes.{SetBrushRemapTable() , SetRemapTable()}



. Net Windows Forms in a Nutshell
.NET Windows Forms in a Nutshell
ISBN: 0596003382
EAN: 2147483647
Year: 2002
Pages: 794

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net