Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Graphics Namespace / RenderContextBase Class / EnableXOR Method
The enable status

In This Topic
    EnableXOR Method
    In This Topic
    Enables or disables the XOR (inverted color) drawing mode.
    Syntax
    'Declaration
     
    Public Sub EnableXOR( _
       ByVal enable As Boolean _
    ) 
    public void EnableXOR( 
       bool enable
    )

    Parameters

    enable
    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.
    See Also