VintaSoft Twain .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Primitives Namespace / VintasoftPadding Structure / Subtraction(VintasoftPadding,VintasoftPadding) Operator
Syntax Requirements SeeAlso
In This Topic
    Subtraction(VintasoftPadding,VintasoftPadding) Operator (VintasoftPadding)
    In This Topic
    Performs vector subtraction on the two specified VintasoftPadding objects, resulting in a new VintasoftPadding.
    Syntax
    'Declaration
    
    Public Operator -( _
    ByVal p1
    The VintasoftPadding to subtract from (the minuend).
    As VintasoftPadding, _
    ByVal p2
    The VintasoftPadding to subtract from (the subtrahend).
    As VintasoftPadding _
    ) As VintasoftPadding

    Parameters

    p1
    The VintasoftPadding to subtract from (the minuend).
    p2
    The VintasoftPadding to subtract from (the subtrahend).

    Return Value

    The VintasoftPadding result of subtracting p2 from p1.
    Requirements

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

    See Also