System.Windows.Forms.Control.ShouldSerializeLocation C# (CSharp) Метод

ShouldSerializeLocation() приватный Метод

private ShouldSerializeLocation ( ) : bool
Результат bool
		internal bool ShouldSerializeLocation ()
		{
			return this.Location != new Point (0, 0);
		}
Control