Skybound.Gecko.PrintSettings.GetEdgeBottomAttribute C# (CSharp) Méthode

GetEdgeBottomAttribute() public méthode

public GetEdgeBottomAttribute ( ) : double
Résultat double
        public double GetEdgeBottomAttribute()
        {
            Console.WriteLine("11");
            return m_edgeBottom;
        }
PrintSettings