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


The following tables list the members exposed by RasterPaintProperties.

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

Public Properties

 NameDescription
Public Propertystatic (Shared in Visual Basic)Default Returns a new instance of the RasterPaintProperties structure with all members set to default values.  
Public PropertyPaintDisplayMode Gets and sets options that control the speed, quality, and style of painting operations.  
Public PropertyPaintEngine Gets and sets the paint engine to use when displaying images.  
Public PropertyRasterOperation Gets or sets the ROP value.  
Public PropertyUsePaintPalette Enables or disables automatically using the RasterImage object palette when displaying the image.  
Top

Public Methods

 NameDescription
Public MethodEquals (Inherited from System.ValueType)
Public MethodGetHashCode (Inherited from System.ValueType)
Public Methodstatic (Shared in Visual Basic)MakeRasterOperation Creates a ROP4 value from the specified foreground and background color values.  
Public MethodToString (Inherited from System.ValueType)
Top

See Also