ImageAttributes.ClearNoOp 메서드

정의

설정을 지웁니다 NoOp .

오버로드

Name Description
ClearNoOp()

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

ClearNoOp(ColorAdjustType)

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

ClearNoOp()

Source:
ImageAttributes.cs
Source:
ImageAttributes.cs
Source:
ImageAttributes.cs
Source:
ImageAttributes.cs
Source:
ImageAttributes.cs
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
Source:
ImageAttributes.cs
Source:
ImageAttributes.cs
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

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

설명

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

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

적용 대상