C# Class CSharpGL.LogicOperationState

specify a logical pixel operation for rendering.
Inheritance: EnableState
Mostrar archivo Open project: bitzhuwei/CSharpGL

Private Properties

Property Type Description

Public Methods

Method Description
LogicOperationState ( ) : System.ComponentModel

specify a logical pixel operation for rendering.

LogicOperationState ( LogicOp operation ) : System.ComponentModel

specify a logical pixel operation for rendering.

LogicOperationState ( LogicOp operation, bool enableCapacity ) : System.ComponentModel

specify a logical pixel operation for rendering.

ToString ( ) : string

Protected Methods

Method Description
StateOn ( ) : void

Method Details

LogicOperationState() public method

specify a logical pixel operation for rendering.
public LogicOperationState ( ) : System.ComponentModel
return System.ComponentModel

LogicOperationState() public method

specify a logical pixel operation for rendering.
public LogicOperationState ( LogicOp operation ) : System.ComponentModel
operation LogicOp
return System.ComponentModel

LogicOperationState() public method

specify a logical pixel operation for rendering.
public LogicOperationState ( LogicOp operation, bool enableCapacity ) : System.ComponentModel
operation LogicOp
enableCapacity bool Enable() or Disable() this capacity?
return System.ComponentModel

StateOn() protected method

protected StateOn ( ) : void
return void

ToString() public method

public ToString ( ) : string
return string