| Visual Basic (Declaration) | |
|---|---|
Public Property RasterOperation As Integer | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public int RasterOperation {get; set;} | |
Return Value
The ROP value.For an example, refer to RasterPaintProperties.
The ROP (Raster Operation) can be any of the operations defined in RasterPaintProperties such
as SourceCopy and DestinationInvert.
Target Platforms: Microsoft .NET CF Framework 2.0, Windows Mobile 5 PocketPC, Windows Mobile 5 Smartphone, Windows Mobile 6
Copy Code