ComponentOne Bitmap for WPF
C1.WPF.Bitmap.4.5.2 Assembly / C1.WPF.Bitmap Namespace / PaletteColor Structure / IsTransparent Property

In This Topic
    IsTransparent Property (PaletteColor)
    In This Topic
    Gets a value indicating if we can skip drawing with this color.
    Syntax
    'Declaration
     
    Public ReadOnly Property IsTransparent As Boolean
    public bool IsTransparent {get;}
    See Also