ImageAttributes::SetNoOp 메서드(gdiplusimageattributes.h)

ImageAttributes::SetNoOp 메서드는 지정된 범주에 대한 색 조정을 해제합니다. ImageAttributes::ClearNoOp를 호출하여 ImageAttributes::SetNoOp 호출 전에 적용된 색 조정 설정을 복원할 수 있습니다.

구문

Status SetNoOp(
  [in, optional] ColorAdjustType type
);

매개 변수

[in, optional] type

형식: ColorAdjustType

색 보정이 해제되는 범주를 지정하는 ColorAdjustType 열거형의 요소입니다. 기본값은 ColorAdjustTypeDefault입니다.

반환 값

형식: 상태

메서드가 성공하면 Status 열거형의 요소인 Ok를 반환합니다.

메서드가 실패하면 Status 열거형의 다른 요소 중 하나를 반환합니다.

요구 사항

   
지원되는 최소 클라이언트 Windows XP, Windows 2000 Professional [데스크톱 앱만 해당]
지원되는 최소 서버 Windows 2000 Server[데스크톱 앱만]
대상 플랫폼 Windows
헤더 gdiplusimageattributes.h(Gdiplus.h 포함)
라이브러리 Gdiplus.lib
DLL Gdiplus.dll

참고 항목

Bitmap

ColorAdjustType

이미지

ImageAttributes

ImageAttributes::ClearNoOp

ImageAttributes::Reset

ImageAttributes::SetToIdentity

Metafile

다시 칠하기