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

In This Topic
    Scale Property
    In This Topic
    Multiplies the intensity of the selected channel from the displacement image. The higher you set this property, the more the effect displaces the pixels
    Syntax
    'Declaration
     
    Public Property Scale As System.Single
    public System.float Scale {get; set;}
    See Also