LEADTOOLS GDI/GDI+ (Leadtools.Drawing assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
RasterPaintProperties Structure Fields
See Also 


"

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

"

Public Fields

 NameDescription
public Fieldstatic (Shared in Visual Basic) BlacknessFills 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) DestinationInvertInverts the destination rectangle.  
public Fieldstatic (Shared in Visual Basic) MergeCopyMerges 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) MergePaintMerges 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) NotSourceCopyCopies the inverted source rectangle to the destination.  
public Fieldstatic (Shared in Visual Basic) NotSourceEraseCombines 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) PatternCopyCopies the brush currently selected in hdcDest, into the destination bitmap.  
public Fieldstatic (Shared in Visual Basic) PatternInvertCombines 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) PatternPaintCombines 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) SourceAndCombines the colors of the source and destination rectangles by using the Boolean AND operator.  
public Fieldstatic (Shared in Visual Basic) SourceCopyCopies the source rectangle directly to the destination rectangle.  
public Fieldstatic (Shared in Visual Basic) SourceEraseCombines 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) SourceInvertCombines the colors of the source and destination rectangles by using the Boolean XOR operator.  
public Fieldstatic (Shared in Visual Basic) SourcePaintCombines the colors of the source and destination rectangles by using the Boolean OR operator.  
public Fieldstatic (Shared in Visual Basic) WhitenessFills 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