NewTOAPIA.Drawing.span_allocator.span_allocator C# (CSharp) Method

span_allocator() public method

public span_allocator ( )
        public span_allocator()
        {
            m_span = new ArrayPOD<RGBA_Bytes>(255);
        }