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

GUITextWindowEdge() public method

public GUITextWindowEdge ( int x, int y, int id ) : System
x int
y int
id int
return System
        public GUITextWindowEdge(int x, int y, int id)
            : base(x, y, 10, 10)
        {
            _image = 1;
            _id = id;
            _zorder = id;
            _name = string.Empty;
        }

Same methods

GUITextWindowEdge::GUITextWindowEdge ( ) : System
GUITextWindowEdge::GUITextWindowEdge ( XmlNode node ) : System