ImageGear .NET v25.2 - Updated
ImageGear.Formats.Vector Assembly / ImageGear.Vector Namespace / ImGearVectorPoint3DEx Structure / m_w Field




In This Topic
    m_w Field
    In This Topic
    Weight of the point.
    Syntax
    'Declaration
     
    Public m_w As Single
    'Usage
     
    Dim instance As ImGearVectorPoint3DEx
    Dim value As Single
     
    value = instance.m_w
     
    instance.m_w = value
    public float m_w
    public: float m_w
    public:
    float m_w
    See Also