System.Windows.Forms.Control.ShouldSerializeLocation C# (CSharp) Method

ShouldSerializeLocation() private method

private ShouldSerializeLocation ( ) : bool
return bool
		internal bool ShouldSerializeLocation ()
		{
			return this.Location != new Point (0, 0);
		}
Control