Property | Type | Description |
---|
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 |
|
Method | Description | |
---|---|---|
StateOn ( ) : void |
|
public LogicOperationState ( ) : System.ComponentModel | ||
return | System.ComponentModel |
public LogicOperationState ( LogicOp operation ) : System.ComponentModel | ||
operation | LogicOp | |
return | System.ComponentModel |
public LogicOperationState ( LogicOp operation, bool enableCapacity ) : System.ComponentModel | ||
operation | LogicOp | |
enableCapacity | bool | Enable() or Disable() this capacity? |
return | System.ComponentModel |