VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.ImageProcessing.Filters Namespace / ConvolutionCommand Class / Offset Property
Syntax Remarks Requirements SeeAlso
In This Topic
Offset Property (ConvolutionCommand)
In This Topic
Gets or sets a result addition.
Syntax
'Declaration

<DefaultValueAttribute(0)>
<DescriptionAttribute("A result addition.")>
Public Property Offset As Long

[DefaultValue(0)]
[Description("A result addition.")]
public long Offset { get; set; }

Property Value

Default value is 0.
Remarks

This value is added to the division result. This is useful if result may be negative. This value may be negative.

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