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




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