GR.Imaging.PixelMask.Offset C# (CSharp) Method

Offset() public method

public Offset ( Point p ) : void
p Point
return void
        public void Offset(Point p)
        {
            location.Offset(p);
        }