Pinta.Core.BitVector2DSurfaceAdapter.BitVector2DSurfaceAdapter C# (CSharp) Method

BitVector2DSurfaceAdapter() public method

public BitVector2DSurfaceAdapter ( ImageSurface surface ) : System
surface Cairo.ImageSurface
return System
        public BitVector2DSurfaceAdapter(ImageSurface surface)
        {
            if (surface == null)
            {
                throw new ArgumentNullException("surface");
            }

            this.surface = surface;
        }