VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging Namespace / VintasoftVector3D Structure / Explicit(VintasoftVector3D) Operator
Syntax Requirements SeeAlso
In This Topic
    Explicit(VintasoftVector3D) Operator (VintasoftVector3D)
    In This Topic
    Creates a VintasoftPoint3D with the X, Y and Z values of this vector.
    Syntax
    'Declaration
    
    Public Operator Narrowing CType( _
    ByVal vector
    The vector to convert.
    As VintasoftVector3D _
    ) As VintasoftPoint3D
    public VintasoftPoint3D operator explicit(
    VintasoftVector3D vector
    )
    public: VintasoftPoint3D op_Explicit(
    VintasoftVector3D vector
    )
    public:
    VintasoftPoint3D operator explicit(
    VintasoftVector3D vector
    )

    Parameters

    vector
    The vector to convert.

    Return Value

    A point with X-, Y- and Z-coordinate values equal to the X, Y and Z offset values of vector.
    Requirements

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

    See Also