Accusoft ImagXpress 13
PaintDC Method
The handle of the device context where you want it to paint.
The left coordinate of the box within the DC which to render the image.
The top coordinate of the box within the DC which to render the image.
The width of the box within the DC which to render the image.
The height of the box within the DC which to render the image.
The left coordinate of the area within the view area that needs to be updated (repainted).
The top coordinate of the area within the view area that needs to be updated (repainted).
The width of the area within the view area that needs to be updated (repainted).
The height of the area within the view area that needs to be updated (repainted).
Description
Render an image to the specified device context.
Syntax
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 _
) 
Parameters
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).
Remarks

The device context may be the screen, printer, a memory DC, or a Metafile.

It renders what is in the current view image.

See Also

ImagXpress Object  | ImagXpress Members  | Viewing  | Window and Control

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback