VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Primitives Namespace / VintasoftPadding Structure / Addition(VintasoftPadding,VintasoftPadding) Operator
Syntax Requirements SeeAlso
In This Topic
Addition(VintasoftPadding,VintasoftPadding) Operator (VintasoftPadding)
In This Topic
Performs vector addition on the two specified VintasoftPadding objects, resulting in a new VintasoftPadding.
Syntax

Parameters

p1
The first VintasoftPadding to add.
p2
The second VintasoftPadding to add.

Return Value

A new VintasoftPadding that results from adding p1 and p2.
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