NewTOAPIA.Drawing.math_stroke.width C# (CSharp) Method

width() public method

public width ( ) : double
return double
        public double width() { return m_width * 2.0; }
        public double miter_limit() { return m_miter_limit; }

Same methods

math_stroke::width ( double w ) : void