ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX.Direct2D.Effects Namespace / DisplacementMap Class / XChannelSelect Property

In This Topic
    XChannelSelect Property
    In This Topic
    The effect extracts the intensity from this color channel and uses it to spatially displace the image in the X direction. See Color channels for more info.
    Syntax
    'Declaration
     
    Public Property XChannelSelect As ChannelSelector
    public ChannelSelector XChannelSelect {get; set;}
    See Also