ImageGear .NET v25.2 - Updated
ImageGear.Formats.Vector Assembly / ImageGear.Vector Namespace / ImGearVectorPoint2D Structure / m_y Field




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