ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX.Direct2D.Effects Namespace / ArithmeticComposite Class / Coefficients Property

In This Topic
    Coefficients Property
    In This Topic
    The coefficients for the equation used to composite the two input images. The coefficients are unitless and unbounded.
    Syntax
    'Declaration
     
    Public Property Coefficients As Vector4
    public Vector4 Coefficients {get; set;}
    See Also