Description
A property that describes the blending ratio between the display image and the blending image.
-
Property type
-
A Long value.
-
Syntax
-
object.BlendingFactor [= value]
The BlendingFactor Property syntax has these parts: |
| object | An expression evaluating to an object of type McDisplay. | | value | A Long value. | Remarks
The ratio is an integer representing a percentage. Zero (0) implies only the ImageToDisplay will be displayed, 100 means only the BlendingImage will be displayed.
Exceptions
E_INVALIDARG implies the client is trying to set the property to a value other than 0 through 100.
|