ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 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