LEADTOOLS GDI/GDI+ (Leadtools.Drawing assembly)
LEAD Technologies, Inc

RasterPaintProperties Structure

Fields  Properties  Methods 


The following tables list the members exposed by RasterPaintProperties.

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
Public Properties
 NameDescription
Public Propertystatic (Shared in Visual Basic)DefaultReturns a new instance of the RasterPaintProperties structure with all members set to default values.  
Public PropertyOpacityGets or sets a value that indicates the opacity to use when painting the Leadtools.RasterImage.  
Public PropertyPaintCallbacksGets the list of RasterPaintCallbacks objects containing the custom callbacks.  
Public PropertyPaintDisplayModeGets and sets options that control the speed, quality, and style of painting operations.  
Public PropertyPaintEngineGets and sets the paint engine to use when displaying images.  
Public PropertyRasterOperationGets or sets the ROP value.  
Public PropertyUsePaintPaletteEnables or disables automatically using the Leadtools.RasterImage object palette when displaying the image.  
Top
Public Methods
 NameDescription
Public Methodstatic (Shared in Visual Basic)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-2012 All Rights Reserved. LEAD Technologies, Inc.