AdvancedLauncher.SDK.Tools.Thickness.ToRealThickness C# (CSharp) Метод

ToRealThickness() публичный Метод

Returns System.Windows.Thickness that represents this wrapper.
public ToRealThickness ( ) : System.Windows.Thickness
Результат System.Windows.Thickness
        public System.Windows.Thickness ToRealThickness()
        {
            return new System.Windows.Thickness(Left, Top, Right, Bottom);
        }