ClearNoOp

ImageAttributes.ClearNoOp method (1 of 2)

Clears the NoOp setting for the default category.

public void ClearNoOp()

See Also


ImageAttributes.ClearNoOp method (2 of 2)

Clears the NoOp setting for a specified category.

public void ClearNoOp(ColorAdjustType type)
ParameterTypeDescription
typeColorAdjustTypeAn element of ColorAdjustType that specifies the category for which the NoOp setting is cleared.

See Also