Click or drag to resize
ArithmeticCompositeEffectMultiplyAmount Property
Weights how much the multiplication result (Source1 * Source2) should be included in the output image. Default value 1.

Namespace:  Microsoft.Graphics.Canvas.Effects
Assembly:  Microsoft.Graphics.Canvas (in Microsoft.Graphics.Canvas.dll) Version: 0.0.0.0
Syntax
C#
public float MultiplyAmount { get; set; }

Property Value

Type: Single
See Also