Kinect.PortraitBackground.GetBackgroundRect C# (CSharp) Method

GetBackgroundRect() public method

Gets the background rectangle in pixels. This rectangle can be provided as an argument to the GetJointPosColorOverlay()-KM function.
public GetBackgroundRect ( ) : Rect
return UnityEngine.Rect
        public Rect GetBackgroundRect()
        {
            return backgroundRect;
        }
PortraitBackground