Adds an image.
Namespace: Microsoft.VisualStudio.Package
Assembly: MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)
Syntax
'宣言
Public Sub AddImage ( _
img As Image _
)
'使用
Dim instance As ImageHandler
Dim img As Image
instance.AddImage(img)
public void AddImage(
Image img
)
public:
void AddImage(
Image^ img
)
public function AddImage(
img : Image
)
Parameters
img
Type: System.Drawing.ImageAn Image to add.
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.