CSharp___DllImport.Phone.Screen.Capture.Capture C# (CSharp) Method

Capture() public method

public Capture ( string picName, System.TimeSpan elapsed, long pictureByteSize ) : System
picName string
elapsed System.TimeSpan
pictureByteSize long
return System
                public Capture(string picName, TimeSpan elapsed, long pictureByteSize)
                {
                    this.PictureName = picName;
                    this.TimeElapsed = elapsed;
                    this.PictureByteSize = pictureByteSize;
                }
Phone.Screen.Capture