SwfDotNet.IO.Tags.Types.RGB.GetSizeOf C# (CSharp) Method

GetSizeOf() public method

Gets the size of.
public GetSizeOf ( ) : int
return int
        public override int GetSizeOf()
        {
            return 3;
        }