ComponentOne Bitmap for UWP
C1.UWP.Bitmap Assembly / C1.Xaml.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 System.Boolean
    public System.bool IsTransparent {get;}
    See Also