AGS.Types.GUISlider.GUISlider C# (CSharp) Method

GUISlider() public method

public GUISlider ( int x, int y, int width, int height ) : System
x int
y int
width int
height int
return System
        public GUISlider(int x, int y, int width, int height)
            : base(x, y, width, height)
        {
            _min = 0;
            _max = 10;
            _value = 0;
        }

Same methods

GUISlider::GUISlider ( ) : System
GUISlider::GUISlider ( XmlNode node ) : System