ImageDeviceContext Constructor
In This Topic
Initializes a new instance of the ImageDeviceContext class.
Syntax
'Declaration
Public Function New( _
ByVal As Image _
)
public ImageDeviceContext(
Image
)
Parameters
- image
- A System.Drawing.Imageindicates the gdi+ image.
See Also