VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Primitives Namespace / VintasoftPadding Structure / Subtract(VintasoftPadding,VintasoftPadding) Method
Syntax Requirements SeeAlso
In This Topic
Subtract(VintasoftPadding,VintasoftPadding) Method (VintasoftPadding)
In This Topic
Subtracts one specified padding from another.
Syntax
'Declaration

Public Shared Function Subtract( _
ByVal padding1
The point from which padding2 is subtracted.
As VintasoftPadding, _
ByVal padding2
The point to subtract from padding1.
As VintasoftPadding _
) As VintasoftPadding

Parameters

padding1
The point from which padding2 is subtracted.
padding2
The point to subtract from padding1.

Return Value

The difference between padding1 and padding2.
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