AdvancedLauncher.SDK.Tools.Thickness.ToRealThickness C# (CSharp) Method

ToRealThickness() public method

Returns System.Windows.Thickness that represents this wrapper.
public ToRealThickness ( ) : System.Windows.Thickness
return System.Windows.Thickness
        public System.Windows.Thickness ToRealThickness()
        {
            return new System.Windows.Thickness(Left, Top, Right, Bottom);
        }