InkPicture.Load Method
Include Protected Members
Include Inherited Members
Include .NET Framework Members
Include .NET Compact Framework Members
Include XNA Framework Members
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Displays an image in the PictureBox.
Overload List
Name | Description | |
---|---|---|
Load() | Displays the image specified by the ImageLocation property of the PictureBox. (Inherited from PictureBox.) | |
Load(String) | Sets the ImageLocation to the specified URL and displays the image indicated. (Inherited from PictureBox.) |
Top