SwfDotNet.IO.Tags.Types.FillStyleCollection.Insert C# (CSharp) 메소드

Insert() 공개 메소드

Inserts the specified index.
public Insert ( int index, FillStyle value ) : void
index int Index.
value FillStyle Value.
리턴 void
        public void Insert(int index, FillStyle value)
        {
            List.Insert(index, value as object);
        }