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




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