ACPAddIn.Notification.updateLocation C# (CSharp) 메소드

updateLocation() 공개 메소드

public updateLocation ( Point p, Size size ) : void
p Point
size Size
리턴 void
        public void updateLocation(Point p, Size size)
        {
            this.Location = new Point(p.X + size.Width - this.Width - 30, p.Y + size.Height - this.Height - 32);
        }