hobd.DynamicElement.notifyDimensions C# (CSharp) 메소드

notifyDimensions() 공개 메소드

public notifyDimensions ( int width, int height ) : void
width int
height int
리턴 void
        public virtual void notifyDimensions(int width, int height)
        {
            this.width = width;
            this.height = height;
        }