ImageGear .NET v25.2 - Updated
ImageGear.Formats.Vector Assembly / ImageGear.Vector Namespace / ImGearVectorPoint3D Structure / m_z Field




In This Topic
    m_z Field (ImGearVectorPoint3D)
    In This Topic
    Z coordinate of the point.
    Syntax
    'Declaration
     
    Public m_z As Single
    'Usage
     
    Dim instance As ImGearVectorPoint3D
    Dim value As Single
     
    value = instance.m_z
     
    instance.m_z = value
    public float m_z
    public: float m_z
    public:
    float m_z
    See Also