Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.dll)
Syntax
'宣言
Public Shared Function GetImage ( _
image As Image _
) As Image
'使用
Dim image As Image
Dim returnValue As Image
returnValue = ImageHelper.GetImage(image)
public static Image GetImage(
Image image
)
public:
static Image^ GetImage(
Image^ image
)
public static function GetImage(
image : Image
) : Image
Parameters
- image
Type: System.Drawing.Image
Return Value
Type: System.Drawing.Image
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.