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

GetEdgeLeftAttribute() 공개 메소드

public GetEdgeLeftAttribute ( ) : double
리턴 double
        public double GetEdgeLeftAttribute()
        {
            Console.WriteLine("10");
            return m_edgeLeft;
        }
PrintSettings