MPSImageNormalizedHistogram Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
MPSImageNormalizedHistogram(NSCoder)
[Foundation.Export("initWithCoder:")]
[ObjCRuntime.DesignatedInitializer]
public MPSImageNormalizedHistogram (Foundation.NSCoder coder);
new MetalPerformanceShaders.MPSImageNormalizedHistogram : Foundation.NSCoder -> MetalPerformanceShaders.MPSImageNormalizedHistogram
Parâmetros
- coder
- NSCoder
- Atributos
Aplica-se a
MPSImageNormalizedHistogram(NSObjectFlag)
protected MPSImageNormalizedHistogram (Foundation.NSObjectFlag t);
new MetalPerformanceShaders.MPSImageNormalizedHistogram : Foundation.NSObjectFlag -> MetalPerformanceShaders.MPSImageNormalizedHistogram
Parâmetros
Aplica-se a
MPSImageNormalizedHistogram(IntPtr)
protected internal MPSImageNormalizedHistogram (IntPtr handle);
new MetalPerformanceShaders.MPSImageNormalizedHistogram : nativeint -> MetalPerformanceShaders.MPSImageNormalizedHistogram
Parâmetros
- handle
-
IntPtr
nativeint
Aplica-se a
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
Parâmetros
- aDecoder
- NSCoder
- device
- IMTLDevice
- Atributos
Aplica-se a
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
Parâmetros
- device
- IMTLDevice
- histogramInfo
- MPSImageHistogramInfo
- Atributos