←Select platform
In This Topic ▼

RasterPaintProperties Structure Fields

Summary

For a list of all members of this type, see RasterPaintProperties members

Public Fields

Name Description
Public Field
static  | Shared in VB</div>
Blackness Fills the destination rectangle using the color associated with index 0 in the physical palette. (This color is black for the default physical palette.)
Public Field static  | Shared in VB DestinationInvert Inverts the destination rectangle.
Public Field static  | Shared in VB MergeCopy Merges the colors of the source rectangle with the brush currently selected in hdcDest, by using the Boolean AND operator.
Public Field static  | Shared in VB MergePaint Merges the colors of the inverted source rectangle with the colors of the destination rectangle by using the Boolean OR operator.
Public Field static  | Shared in VB NotSourceCopy Copies the inverted source rectangle to the destination.
Public Field static  | Shared in VB NotSourceErase Combines the colors of the source and destination rectangles by using the Boolean OR operator and then inverts the resultant color.
Public Field static  | Shared in VB PatternCopy Copies the brush currently selected in hdcDest, into the destination bitmap.
Public Field static  | Shared in VB PatternInvert Combines the colors of the brush currently selected in hdcDest, with the colors of the destination rectangle by using the Boolean XOR operator.
Public Field static  | Shared in VB PatternPaint Combines the colors of the brush currently selected in hdcDest, with the colors of the inverted source rectangle by using the Boolean OR operator. The result of this operation is combined with the colors of the destination rectangle by using the Boolean OR operator.
Public Field static  | Shared in VB SourceAnd Combines the colors of the source and destination rectangles by using the Boolean AND operator.
Public Field static  | Shared in VB SourceCopy Copies the source rectangle directly to the destination rectangle.
Public Field static  | Shared in VB SourceErase Combines the inverted colors of the destination rectangle with the colors of the source rectangle by using the Boolean AND operator.
Public Field static  | Shared in VB SourceInvert Combines the colors of the source and destination rectangles by using the Boolean XOR operator.
Public Field static  | Shared in VB SourcePaint Combines the colors of the source and destination rectangles by using the Boolean OR operator.
Public Field static  | Shared in VB Whiteness Fills the destination rectangle using the color associated with index 1 in the physical palette. (This color is white for the default physical palette.)

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Drawing Assembly