Display Picture on LCD T43

Can someone share 2 line


            //Bitmap saveBitmap = new Bitmap(Resources.GetBytes(Resources.BinaryResources.SaveImg), Bitmap.BitmapImageType.Jpeg);

            display_T43.SimpleGraphics.DisplayImage(LCD, 0, 0);

I have V4_3

I have added a “bargraph.jpg” into Resources
And I just want to display the picture how do I do that.