MPSImageNormalizedHistogram Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
MPSImageNormalizedHistogram(NSCoder)
[Foundation.Export("initWithCoder:")]
[ObjCRuntime.DesignatedInitializer]
public MPSImageNormalizedHistogram (Foundation.NSCoder coder);
new MetalPerformanceShaders.MPSImageNormalizedHistogram : Foundation.NSCoder -> MetalPerformanceShaders.MPSImageNormalizedHistogram
Parameters
- coder
- NSCoder
- Attributes
Applies to
MPSImageNormalizedHistogram(NSObjectFlag)
protected MPSImageNormalizedHistogram (Foundation.NSObjectFlag t);
new MetalPerformanceShaders.MPSImageNormalizedHistogram : Foundation.NSObjectFlag -> MetalPerformanceShaders.MPSImageNormalizedHistogram
Parameters
Applies to
MPSImageNormalizedHistogram(IntPtr)
protected internal MPSImageNormalizedHistogram (IntPtr handle);
new MetalPerformanceShaders.MPSImageNormalizedHistogram : nativeint -> MetalPerformanceShaders.MPSImageNormalizedHistogram
Parameters
- handle
-
IntPtr
nativeint
Applies to
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
Parameters
- aDecoder
- NSCoder
- device
- IMTLDevice
- Attributes
Applies to
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
Parameters
- device
- IMTLDevice
- histogramInfo
- MPSImageHistogramInfo
- Attributes