MPSImageEuclideanDistanceTransform 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
MPSImageEuclideanDistanceTransform(NSCoder)
[Foundation.Export("initWithCoder:")]
[ObjCRuntime.DesignatedInitializer]
public MPSImageEuclideanDistanceTransform (Foundation.NSCoder coder);
new MetalPerformanceShaders.MPSImageEuclideanDistanceTransform : Foundation.NSCoder -> MetalPerformanceShaders.MPSImageEuclideanDistanceTransform
Parameters
- coder
- NSCoder
- Attributes
Applies to
MPSImageEuclideanDistanceTransform(NSObjectFlag)
protected MPSImageEuclideanDistanceTransform (Foundation.NSObjectFlag t);
new MetalPerformanceShaders.MPSImageEuclideanDistanceTransform : Foundation.NSObjectFlag -> MetalPerformanceShaders.MPSImageEuclideanDistanceTransform
Parameters
Applies to
MPSImageEuclideanDistanceTransform(IMTLDevice)
[Foundation.Export("initWithDevice:")]
[ObjCRuntime.DesignatedInitializer]
public MPSImageEuclideanDistanceTransform (Metal.IMTLDevice device);
new MetalPerformanceShaders.MPSImageEuclideanDistanceTransform : Metal.IMTLDevice -> MetalPerformanceShaders.MPSImageEuclideanDistanceTransform
Parameters
- device
- IMTLDevice
- Attributes
Applies to
MPSImageEuclideanDistanceTransform(IntPtr)
protected internal MPSImageEuclideanDistanceTransform (IntPtr handle);
new MetalPerformanceShaders.MPSImageEuclideanDistanceTransform : nativeint -> MetalPerformanceShaders.MPSImageEuclideanDistanceTransform
Parameters
- handle
-
IntPtr
nativeint
Applies to
MPSImageEuclideanDistanceTransform(NSCoder, IMTLDevice)
[Foundation.Export("initWithCoder:device:")]
[ObjCRuntime.DesignatedInitializer]
public MPSImageEuclideanDistanceTransform (Foundation.NSCoder aDecoder, Metal.IMTLDevice device);
new MetalPerformanceShaders.MPSImageEuclideanDistanceTransform : Foundation.NSCoder * Metal.IMTLDevice -> MetalPerformanceShaders.MPSImageEuclideanDistanceTransform
Parameters
- aDecoder
- NSCoder
- device
- IMTLDevice
- Attributes