C# Class CSharpGL.LogicOperationState

specify a logical pixel operation for rendering.
Inheritance: EnableState
Afficher le fichier Open project: bitzhuwei/CSharpGL

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
StateOn ( ) : void

Method Details

LogicOperationState() public méthode

specify a logical pixel operation for rendering.
public LogicOperationState ( ) : System.ComponentModel
Résultat System.ComponentModel

LogicOperationState() public méthode

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

LogicOperationState() public méthode

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

StateOn() protected méthode

protected StateOn ( ) : void
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string