ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX Namespace / ColorF Structure / IsTransparent Property

In This Topic
    IsTransparent Property (ColorF)
    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