ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX.Direct2D.Effects Namespace / Histogram Class / ChannelSelect Property

In This Topic
    ChannelSelect Property
    In This Topic
    Specifies the channel used to generate the histogram. This effect has a single data output corresponding to the specified channel. See Channel selectors for more info.
    Syntax
    'Declaration
     
    Public Property ChannelSelect As ChannelSelector
    public ChannelSelector ChannelSelect {get; set;}
    See Also