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




In This Topic
    m_z Field (ImGearVectorPoint3DEx)
    In This Topic
    Z coordinate of the point.
    Syntax
    'Declaration
     
    Public m_z As Single
    'Usage
     
    Dim instance As ImGearVectorPoint3DEx
    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