Skybound.Gecko.PrintSettings.GetEdgeBottomAttribute C# (CSharp) 메소드

GetEdgeBottomAttribute() 공개 메소드

public GetEdgeBottomAttribute ( ) : double
리턴 double
        public double GetEdgeBottomAttribute()
        {
            Console.WriteLine("11");
            return m_edgeBottom;
        }
PrintSettings