RtfDomParser.RTFColorTable.this C# (CSharp) 메소드

this() 공개 메소드

get color at special index
public this ( int index ) : System.Drawing.Color
index int
리턴 System.Drawing.Color
        public System.Drawing.Color this[int index]
        {
            get
            {
                return ( System.Drawing.Color ) myItems[ index ] ;
            }
        }