Protogame.SingleContainer.GetDesiredHeight C# (CSharp) Méthode

GetDesiredHeight() public méthode

public GetDesiredHeight ( ISkinLayout skinLayout ) : int?
skinLayout ISkinLayout
Résultat int?
        public int? GetDesiredHeight(ISkinLayout skinLayout)
        {
            return DesiredHeight;
        }