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




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