Share via


ImageAttributes.ClearNoOp 메서드

정의

NoOp 설정을 지웁니다.

오버로드

ClearNoOp()

기본 범주에 대한 NoOp 설정을 지웁니다.

ClearNoOp(ColorAdjustType)

지정된 범주에 대한 NoOp 설정을 지웁니다.

ClearNoOp()

Source:
ImageAttributes.cs
Source:
ImageAttributes.cs
Source:
ImageAttributes.cs

기본 범주에 대한 NoOp 설정을 지웁니다.

public:
 void ClearNoOp();
public void ClearNoOp ();
member this.ClearNoOp : unit -> unit
Public Sub ClearNoOp ()

설명

개체는 ImageAttributes 기본, 비트맵, 브러시, 펜 및 텍스트의 다섯 가지 조정 범주에 대해 색 및 회색조 설정을 유지합니다. 예를 들어 기본 범주의 감마 값, 비트맵 범주의 다른 감마 값, 펜 범주에 대해 여전히 다른 감마 값을 지정할 수 있습니다.

메서드를 호출하여 기본 범주에 대한 색 조정을 SetNoOp 사용하지 않도록 설정할 수 있습니다. 나중에 메서드를 호출하여 기본 범주에 대한 색 조정을 복원할 ClearNoOp 수 있습니다. 그런 다음 색 조정은 를 호출 SetNoOp하기 전에 있던 위치로 돌아갑니다.

적용 대상

ClearNoOp(ColorAdjustType)

Source:
ImageAttributes.cs
Source:
ImageAttributes.cs
Source:
ImageAttributes.cs

지정된 범주에 대한 NoOp 설정을 지웁니다.

public:
 void ClearNoOp(System::Drawing::Imaging::ColorAdjustType type);
public void ClearNoOp (System.Drawing.Imaging.ColorAdjustType type);
member this.ClearNoOp : System.Drawing.Imaging.ColorAdjustType -> unit
Public Sub ClearNoOp (type As ColorAdjustType)

매개 변수

type
ColorAdjustType

NoOp 설정이 지워지는 범주를 지정하는 ColorAdjustType의 요소입니다.

설명

개체는 ImageAttributes 기본, 비트맵, 브러시, 펜 및 텍스트의 다섯 가지 조정 범주에 대해 색 및 회색조 설정을 유지합니다. 예를 들어 기본 범주의 감마 값, 비트맵 범주의 다른 감마 값, 펜 범주에 대해 여전히 다른 감마 값을 지정할 수 있습니다.

메서드를 호출하여 특정 범주에 대한 색 조정을 SetNoOp 사용하지 않도록 설정할 수 있습니다. 나중에 메서드를 호출하여 해당 범주에 대한 색 조정을 복원할 ClearNoOp 수 있습니다. 그런 다음 색 조정은 를 호출 SetNoOp하기 전에 있던 위치로 돌아갑니다.

적용 대상