MPSImageNormalizedHistogram 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
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
- 属性