ThirdParty.iOS4Unity.CGRect.Offset C# (CSharp) 메소드

Offset() 공개 메소드

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

Same methods

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