Render an image to the specified device context.
Visual Basic |
---|
Public Sub PaintDC( _ ByVal lPaintHDC As Long, _ ByVal lViewLeft As Long, _ ByVal lViewTop As Long, _ ByVal lViewWidth As Long, _ ByVal lViewHeight As Long, _ ByVal lUpdateLeft As Long, _ ByVal lUpdateTop As Long, _ ByVal lUpdateWidth As Long, _ ByVal lUpdateHeight As Long _ ) |
- lPaintHDC
- The handle of the device context where you want it to paint.
- lViewLeft
- The left coordinate of the box within the DC which to render the image.
- lViewTop
- The top coordinate of the box within the DC which to render the image.
- lViewWidth
- The width of the box within the DC which to render the image.
- lViewHeight
- The height of the box within the DC which to render the image.
- lUpdateLeft
- The left coordinate of the area within the view area that needs to be updated (repainted).
- lUpdateTop
- The top coordinate of the area within the view area that needs to be updated (repainted).
- lUpdateWidth
- The width of the area within the view area that needs to be updated (repainted).
- lUpdateHeight
- The height of the area within the view area that needs to be updated (repainted).
The device context may be the screen, printer, a memory DC, or a Metafile.
It renders what is in the current view image.
ImagXpress Object | ImagXpress Members | Viewing | Window and Control