DicomObjects.NET10 Documentation
DicomObjects Namespace / Vector3D Class / Subtraction Operator / Subtraction(Vector3D,SKPoint3) Operator



In This Topic
    Subtraction(Vector3D,SKPoint3) Operator
    In This Topic
    Subtract vector
    Syntax
    'Declaration
     
    
    Overloads Public Operator -( _
       ByVal v As Vector3D, _
       ByVal p As SkiaSharp.SKPoint3 _
    ) As Vector3D
    'Usage
     
    
    public Vector3D operator -( 
       Vector3D v,
       SkiaSharp.SKPoint3 p
    )
    public:
    Vector3D^ operator -( 
       Vector3D^ v,
       SkiaSharp.SKPoint3 p
    )

    Parameters

    v
    p
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also