SwfDotNet.IO.Tags.Types.ImageBlock.GetSizeOf C# (CSharp) Méthode

GetSizeOf() public méthode

Gets the size of.
public GetSizeOf ( ) : int
Résultat int
        public int GetSizeOf()
        {
            int res = 2;
            if (data != null)
                res += data.Length;
            return res;
        }