AdvancedLauncher.SDK.Tools.Thickness.ToRealThickness C# (CSharp) Méthode

ToRealThickness() public méthode

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