ImageAttributes.ClearNoOp

ClearNoOp()

Clears the NoOp setting for the default category.

public void ClearNoOp()

See Also


ClearNoOp(ColorAdjustType)

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