Edit

Share via


MPSNNCropAndResizeBilinear Constructors

Definition

Overloads

MPSNNCropAndResizeBilinear(NSCoder)
MPSNNCropAndResizeBilinear(NSObjectFlag)
MPSNNCropAndResizeBilinear(IntPtr)
MPSNNCropAndResizeBilinear(NSCoder, IMTLDevice)
MPSNNCropAndResizeBilinear(IMTLDevice, nuint, nuint, nuint, IntPtr)

MPSNNCropAndResizeBilinear(NSCoder)

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

Parameters

coder
NSCoder
Attributes

Applies to

MPSNNCropAndResizeBilinear(NSObjectFlag)

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

Parameters

Applies to

MPSNNCropAndResizeBilinear(IntPtr)

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

Parameters

handle
IntPtr

nativeint

Applies to

MPSNNCropAndResizeBilinear(NSCoder, IMTLDevice)

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

Parameters

aDecoder
NSCoder
device
IMTLDevice
Attributes

Applies to

MPSNNCropAndResizeBilinear(IMTLDevice, nuint, nuint, nuint, IntPtr)

[Foundation.Export("initWithDevice:resizeWidth:resizeHeight:numberOfRegions:regions:")]
[ObjCRuntime.DesignatedInitializer]
public MPSNNCropAndResizeBilinear (Metal.IMTLDevice device, nuint resizeWidth, nuint resizeHeight, nuint numberOfRegions, IntPtr regions);
new MetalPerformanceShaders.MPSNNCropAndResizeBilinear : Metal.IMTLDevice * nuint * nuint * nuint * nativeint -> MetalPerformanceShaders.MPSNNCropAndResizeBilinear

Parameters

device
IMTLDevice
resizeWidth
System.System.UIntPtr System.unativeint
resizeHeight
System.System.UIntPtr System.unativeint
numberOfRegions
System.System.UIntPtr System.unativeint
regions
IntPtr

nativeint

Attributes

Applies to