x86CS.GUI.XNA.GraphicsDeviceService.BeginDraw C# (CSharp) Method

BeginDraw() public method

public BeginDraw ( ) : bool
return bool
        public bool BeginDraw()
        {
            return false;
        }