VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.ImageProcessing.Color Namespace / SetAlphaChannelValueCommand Class / MultiplyToSource Property
Syntax Requirements SeeAlso
In This Topic
MultiplyToSource Property (SetAlphaChannelValueCommand)
In This Topic
Gets or sets a value indicating whether AlphaValue must be multiplied to the alpha channel value of source image.
Syntax
'Declaration

<DefaultValueAttribute(False)>
<BrowsableAttribute(False)>
Public Property MultiplyToSource As Boolean

[DefaultValue(False)]
[Browsable(False)]
public bool MultiplyToSource { get; set; }

Property Value

True - command must multiply alpha channel value of source image to AlphaValue;
false - command must replace alpha channel value of source image by AlphaValue.
Default value is false.
Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also