ThirdParty.iOS4Unity.CGRect.Offset C# (CSharp) Method

Offset() public method

public Offset ( CGPoint pos ) : void
pos CGPoint
return void
        public void Offset(CGPoint pos)
        {
            Offset(pos.X, pos.Y);
        }

Same methods

CGRect::Offset ( float x, float y ) : void