2 references to SetNoOp
System.Drawing.Common (2)
System\Drawing\Imaging\ImageAttributes.cs (2)
225public void SetNoOp(ColorAdjustType type) => SetNoOp(type, enableFlag: true); 229public void ClearNoOp(ColorAdjustType type) => SetNoOp(type, enableFlag: false);