다음을 통해 공유


CIContextOptions 생성자

정의

오버로드

CIContextOptions()

CIContext 렌더링을 위한 빈 옵션 집합을 만듭니다.

CIContextOptions(NSDictionary)

에 지정된 옵션을 사용하여 새 CIContextOptions 개체를 생성합니다 dictionary.

CIContextOptions()

CIContext 렌더링을 위한 빈 옵션 집합을 만듭니다.

public CIContextOptions ();

적용 대상

CIContextOptions(NSDictionary)

에 지정된 옵션을 사용하여 새 CIContextOptions 개체를 생성합니다 dictionary.

public CIContextOptions (Foundation.NSDictionary dictionary);
new CoreImage.CIContextOptions : Foundation.NSDictionary -> CoreImage.CIContextOptions

매개 변수

dictionary
NSDictionary

적용 대상