baidu.AdSize.AdSize C# (CSharp) Méthode

AdSize() public méthode

public AdSize ( int width, int height )
width int
height int
        public AdSize(int width, int height) {
            this.width = width;
            this.height = height;
        }
AdSize