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

Set() public method

public Set ( Point pt, bool newValue ) : void
pt Point
newValue bool
return void
        public void Set(Point pt, bool newValue)
        {
            Set(pt.X, pt.Y, newValue);
        }

Same methods

BitVector2DSurfaceAdapter::Set ( Rectangle rect, bool newValue ) : void
BitVector2DSurfaceAdapter::Set ( Pinta.Core.Scanline scan, bool newValue ) : void
BitVector2DSurfaceAdapter::Set ( int x, int y, bool newValue ) : void