SwfDotNet.IO.Tags.Types.FillStyleCollection.IndexOf C# (CSharp) Method

IndexOf() public method

Get the index of.
public IndexOf ( FillStyle value ) : int
value FillStyle Value.
return int
        public int IndexOf(FillStyle value)
        {
            return List.IndexOf(value);
        }