Leadtools Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.3.5
RasterPaintProperties Structure Fields
See Also 
Leadtools Namespace : RasterPaintProperties Structure


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

Public Fields

 NameDescription
Public Fieldstatic (Shared in Visual Basic)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 Fieldstatic (Shared in Visual Basic)DestinationInvert Inverts the destination rectangle.  
Public Fieldstatic (Shared in Visual Basic)MergeCopy Merges the colors of the source rectangle with the brush currently selected in hdcDest, by using the Boolean AND operator.  
Public Fieldstatic (Shared in Visual Basic)MergePaint Merges the colors of the inverted source rectangle with the colors of the destination rectangle by using the Boolean OR operator.  
Public Fieldstatic (Shared in Visual Basic)NotSourceCopy Copies the inverted source rectangle to the destination.  
Public Fieldstatic (Shared in Visual Basic)NotSourceErase Combines the colors of the source and destination rectangles by using the Boolean OR operator and then inverts the resultant color.  
Public Fieldstatic (Shared in Visual Basic)PatternCopy Copies the brush currently selected in hdcDest, into the destination bitmap.  
Public Fieldstatic (Shared in Visual Basic)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 Fieldstatic (Shared in Visual Basic)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 Fieldstatic (Shared in Visual Basic)SourceAnd Combines the colors of the source and destination rectangles by using the Boolean AND operator.  
Public Fieldstatic (Shared in Visual Basic)SourceCopy Copies the source rectangle directly to the destination rectangle.  
Public Fieldstatic (Shared in Visual Basic)SourceErase Combines the inverted colors of the destination rectangle with the colors of the source rectangle by using the Boolean AND operator.  
Public Fieldstatic (Shared in Visual Basic)SourceInvert Combines the colors of the source and destination rectangles by using the Boolean XOR operator.  
Public Fieldstatic (Shared in Visual Basic)SourcePaint Combines the colors of the source and destination rectangles by using the Boolean OR operator.  
Public Fieldstatic (Shared in Visual Basic)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.)  
Top

See Also