RtfDomParser.RTFColorTable.this C# (CSharp) Method

this() public method

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