ImageAttributes.ClearColorKey : ImageAttributes « System.Drawing.Imaging « VB.Net by API






ImageAttributes.ClearColorKey

  
Imports System.Drawing
Imports System.Drawing.Imaging

public class Test
   public Shared Sub Main
        Dim ImgAttr As ImageAttributes = New ImageAttributes
        ImgAttr.ClearColorKey(ColorAdjustType.Default)
   End Sub
End class

   
    
  








Related examples in the same category

1.ImageAttributes.SetBrushRemapTable
2.ImageAttributes.SetColorMatrix
3.ImageAttributes.SetGamma
4.ImageAttributes.SetRemapTable
5.ImageAttributes.SetThreshold
6.ImageAttributes.SetWrapMode