CrisisAtSwissStation.PhysicsObject.getCenterPoint C# (CSharp) Method

getCenterPoint() public method

public getCenterPoint ( ) : Point
return Point
        public Point getCenterPoint()
        {
            Point center = getBBRelativeToWorld().Center;

            return (new Point(center.X, center.Y));
        }