AGS.Types.GUITextWindowEdge.GUITextWindowEdge C# (CSharp) Метод

GUITextWindowEdge() публичный Метод

public GUITextWindowEdge ( int x, int y, int id ) : System
x int
y int
id int
Результат 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