Accusoft ImagXpress 12
PaintDC Method
See Also  Send comments on this topic.
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).
AccusoftImagXpress12 ActiveX DLL > ImagXpress Object : PaintDC Method

Glossary Item Box

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

©2013. Accusoft Corporation. All Rights Reserved.