XNAInterfaceComponents.Components.Component.GetLocation C# (CSharp) Method

GetLocation() public method

Gets the location relative to the parent.
public GetLocation ( ) : Point
return Point
        public Point GetLocation()
        {
            return new Point(this.bounds.X, this.bounds.Y);
        }