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

    Parameters

    point
    The point to convert.

    Return Value

    A vector with X, Y and Z offsets equal to the X, Y and Z-coordinate values of point.
    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