Clear ImageAttributes : ImageAttributes « 2D Graphics « VB.Net Tutorial






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








17.53.ImageAttributes
17.53.1.Clear ImageAttributes
17.53.2.Draw image with ImageAttributes settingsDraw image with ImageAttributes settings
17.53.3.ImageAttributes.SetColorKeyImageAttributes.SetColorKey
17.53.4.ImageAttributes.SetWrapModeImageAttributes.SetWrapMode
17.53.5.Change Image AttributesChange Image Attributes
17.53.6.ImageAttributes.SetGammaImageAttributes.SetGamma
17.53.7.ImageAttributes.SetThresholdImageAttributes.SetThreshold
17.53.8.ImageAttributes.SetBrushRemapTable