- fore
- The foreground color.
- back
- The background color.
Visual Basic (Declaration) | |
---|---|
Public Shared Function MakeRasterOperation( _ ByVal fore As Integer, _ ByVal back As Integer _ ) As Integer |
Visual Basic (Usage) | Copy Code |
---|---|
Dim fore As Integer Dim back As Integer Dim value As Integer value = RasterPaintProperties.MakeRasterOperation(fore, back) |
Parameters
- fore
- The foreground color.
- back
- The background color.
Return Value
The ROP4 value.You can use the MakeRasterOperation to create your own ROP4 values and pass them to the RasterOperation property.
Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)