See Also Examples Applies To
Gets a handle to the device context (DC) associated with a GdPicture Image.
The created display device context will be used by GDI functions to draw data on it.
Syntax
object.GetGdPictureImageDC (nimageID)
The GetGdPictureImageDC syntax has these parts:
| Part | Description |
| object | Required. An object expression that evaluates to an object in the Applies To list. |
| nimageID | Required. Long. GdPicture Image handle. The Image from the device context will be created. |
Returns
Long. Handle to the device context associated with this GdPicture Image.
Remarks
Each call to the GetGdPictureImageDC() function should be paired with a call to the ReleaseGdPictureImageDC() function.
Category
Export Image