Leadtools.CF Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.6.15
RasterOperation Property
See Also 
Leadtools Namespace > RasterPaintProperties Structure : RasterOperation Property



Gets or sets the ROP value.

Syntax

Visual Basic (Declaration) 
Public Property RasterOperation As Integer
Visual Basic (Usage)Copy Code
Dim instance As RasterPaintProperties
Dim value As Integer
 
instance.RasterOperation = value
 
value = instance.RasterOperation
C# 
public int RasterOperation {get; set;}
C++/CLI 
public:
property int RasterOperation {
   int get();
   void set (int value);
}

Return Value

The ROP value.

Example

For an example, refer to RasterPaintProperties.

Remarks

The ROP (Raster Operation) can be any of the operations defined in RasterPaintProperties such as SourceCopy and DestinationInvert.

Requirements

Target Platforms: Microsoft .NET CF Framework 2.0, Windows Mobile 5 PocketPC, Windows Mobile 5 Smartphone, Windows Mobile 6

See Also