AppActs.API.Model.Device.Resolution.CopyOnlyKeys C# (CSharp) Method

CopyOnlyKeys() public method

public CopyOnlyKeys ( ) : Resolution
return Resolution
        public Resolution CopyOnlyKeys()
        {
            return new Resolution(this.Width, this.Height);
        }