baidu.AdSize.AdSize C# (CSharp) 메소드

AdSize() 공개 메소드

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