SwfDotNet.IO.Tags.Types.ImageBlock.GetSizeOf C# (CSharp) Метод

GetSizeOf() публичный Метод

Gets the size of.
public GetSizeOf ( ) : int
Результат int
        public int GetSizeOf()
        {
            int res = 2;
            if (data != null)
                res += data.Length;
            return res;
        }