RenderContextBase.EnableXOR Method

Enables or disables the XOR (inverted color) drawing mode.
Public Sub EnableXOR( _ 
ByVal enable As Boolean
)
This language is not supported or no code example is available.
public void EnableXOR( 
bool enable 
)
This language is not supported or no code example is available.

Parameters

enable
bool

The enable status

Remarks
 
If enable is true, it sets a white color and blendStateType.XOR blend state, else it sets a blendStateType.NoBlend blend state.

.NET Framework

Supported in: 4.8

In this article

Definition