Accusoft ImagXpress 13
DrawMode Property
Description
Gets and sets a value that determines the appearance of output from the graphics methods.
Property Type
Read-write property
Syntax
Visual Basic
Public Property DrawMode As enumDrawMode
Return Type
An enumDrawMode value which determines the appearance of output from graphics methods.
Remarks

Use this property to produce visual effects when drawing with the graphics methods. The control compares each pixel in the draw pattern to the corresponding pixel in the existing background and then applies bit-wise operations. For example, setting 7 (Xor Pen) uses the Xor operator to combine a draw pattern pixel with a background pixel.

The exact effect of this setting depends on the way the color of a line drawn at run time combines with colors already on the screen. Settings 1, 6, 7, 11, 13, and 16 yield the most predictable results.

See Also

ImagXpress Object  | ImagXpress Members

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback