LEADTOOLS GDI/GDI+ (Leadtools.Drawing assembly)

RasterPaintProperties Structure Members

Show in webframe
Fields  Properties  Methods 


The following tables list the members exposed by RasterPaintProperties.

Public Fields
 NameDescription
BlacknessFills the destination rectangle using the color associated with index 0 in the physical palette. (This color is black for the default physical palette.)  
DestinationInvertInverts the destination rectangle.  
MergeCopyMerges the colors of the source rectangle with the brush currently selected in hdcDest, by using the Boolean AND operator.  
MergePaintMerges the colors of the inverted source rectangle with the colors of the destination rectangle by using the Boolean OR operator.  
NotSourceCopyCopies the inverted source rectangle to the destination.  
NotSourceEraseCombines the colors of the source and destination rectangles by using the Boolean OR operator and then inverts the resultant color.  
PatternCopyCopies the brush currently selected in hdcDest, into the destination bitmap.  
PatternInvertCombines the colors of the brush currently selected in hdcDest, with the colors of the destination rectangle by using the Boolean XOR operator.  
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.  
SourceAndCombines the colors of the source and destination rectangles by using the Boolean AND operator.  
SourceCopyCopies the source rectangle directly to the destination rectangle.  
SourceEraseCombines the inverted colors of the destination rectangle with the colors of the source rectangle by using the Boolean AND operator.  
SourceInvertCombines the colors of the source and destination rectangles by using the Boolean XOR operator.  
SourcePaintCombines the colors of the source and destination rectangles by using the Boolean OR operator.  
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
Public Properties
 NameDescription
DefaultReturns a new instance of the RasterPaintProperties structure with all members set to default values.  
OpacityGets or sets a value that indicates the opacity to use when painting the Leadtools.RasterImage.  
PaintCallbacksGets the list of RasterPaintCallbacks objects containing the custom callbacks.  
PaintDisplayModeGets and sets options that control the speed, quality, and style of painting operations.  
PaintEngineGets and sets the paint engine to use when displaying images.  
RasterOperationGets or sets the ROP value.  
UsePaintPaletteEnables or disables automatically using the Leadtools.RasterImage object palette when displaying the image.  
Top
Public Methods
 NameDescription
MakeRasterOperationCreates a ROP4 value from the specified foreground and background color values.  
Top
See Also

Reference

RasterPaintProperties Structure
Leadtools.Drawing Namespace

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.