다음을 통해 공유


MPSImageNormalizedHistogram 생성자

정의

오버로드

MPSImageNormalizedHistogram(NSCoder)
MPSImageNormalizedHistogram(NSObjectFlag)
MPSImageNormalizedHistogram(IntPtr)
MPSImageNormalizedHistogram(NSCoder, IMTLDevice)
MPSImageNormalizedHistogram(IMTLDevice, MPSImageHistogramInfo)

MPSImageNormalizedHistogram(NSCoder)

[Foundation.Export("initWithCoder:")]
[ObjCRuntime.DesignatedInitializer]
public MPSImageNormalizedHistogram(Foundation.NSCoder coder);
new MetalPerformanceShaders.MPSImageNormalizedHistogram : Foundation.NSCoder -> MetalPerformanceShaders.MPSImageNormalizedHistogram

매개 변수

coder
NSCoder
특성

적용 대상

MPSImageNormalizedHistogram(NSObjectFlag)

protected MPSImageNormalizedHistogram(Foundation.NSObjectFlag t);
new MetalPerformanceShaders.MPSImageNormalizedHistogram : Foundation.NSObjectFlag -> MetalPerformanceShaders.MPSImageNormalizedHistogram

매개 변수

적용 대상

MPSImageNormalizedHistogram(IntPtr)

protected internal MPSImageNormalizedHistogram(IntPtr handle);
new MetalPerformanceShaders.MPSImageNormalizedHistogram : nativeint -> MetalPerformanceShaders.MPSImageNormalizedHistogram

매개 변수

handle
IntPtr

nativeint

적용 대상

MPSImageNormalizedHistogram(NSCoder, IMTLDevice)

[Foundation.Export("initWithCoder:device:")]
[ObjCRuntime.DesignatedInitializer]
public MPSImageNormalizedHistogram(Foundation.NSCoder aDecoder, Metal.IMTLDevice device);
new MetalPerformanceShaders.MPSImageNormalizedHistogram : Foundation.NSCoder * Metal.IMTLDevice -> MetalPerformanceShaders.MPSImageNormalizedHistogram

매개 변수

aDecoder
NSCoder
device
IMTLDevice
특성

적용 대상

MPSImageNormalizedHistogram(IMTLDevice, MPSImageHistogramInfo)

[Foundation.Export("initWithDevice:histogramInfo:")]
[ObjCRuntime.DesignatedInitializer]
public MPSImageNormalizedHistogram(Metal.IMTLDevice device, ref MetalPerformanceShaders.MPSImageHistogramInfo histogramInfo);
new MetalPerformanceShaders.MPSImageNormalizedHistogram : Metal.IMTLDevice *  -> MetalPerformanceShaders.MPSImageNormalizedHistogram

매개 변수

device
IMTLDevice
histogramInfo
MPSImageHistogramInfo
특성

적용 대상