ImageGear .NET v25.2 - Updated
ImageGear.Formats.Vector Assembly / ImageGear.Vector Namespace / ImGearVectorMinMax Structure / m_zmax Field




In This Topic
    m_zmax Field
    In This Topic
    Maximum value of Z coordinate.
    Syntax
    'Declaration
     
    Public m_zmax As Single
    'Usage
     
    Dim instance As ImGearVectorMinMax
    Dim value As Single
     
    value = instance.m_zmax
     
    instance.m_zmax = value
    public float m_zmax
    public: float m_zmax
    public:
    float m_zmax
    See Also