IMPSImageTransformProvider Interface
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.
Interface defining image resampling methods.
[Foundation.Protocol(Name="MPSImageTransformProvider", WrapperType=typeof(MetalPerformanceShaders.MPSImageTransformProviderWrapper))]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=true, IsStatic=false, Name="GetTransform", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(MetalPerformanceShaders.MPSImage), typeof(MetalPerformanceShaders.IMPSHandle) }, ReturnType=typeof(MetalPerformanceShaders.MPSScaleTransform), Selector="transformForSourceImage:handle:")]
public interface IMPSImageTransformProvider : Foundation.INSCoding, IDisposable
[<Foundation.Protocol(Name="MPSImageTransformProvider", WrapperType=typeof(MetalPerformanceShaders.MPSImageTransformProviderWrapper))>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=true, IsStatic=false, Name="GetTransform", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(MetalPerformanceShaders.MPSImage), typeof(MetalPerformanceShaders.IMPSHandle) }, ReturnType=typeof(MetalPerformanceShaders.MPSScaleTransform), Selector="transformForSourceImage:handle:")>]
type IMPSImageTransformProvider = interface
interface INativeObject
interface IDisposable
interface INSCoding
- Attributes
- Implements
Properties
| Name | Description |
|---|---|
| Handle |
Handle (pointer) to the unmanaged object representation. (Inherited from INativeObject) |
Methods
| Name | Description |
|---|---|
| EncodeTo(NSCoder) |
Encodes the state of the object using the provided encoder. (Inherited from INSCoding) |
| GetTransform(MPSImage, IMPSHandle) | |
Extension Methods
| Name | Description |
|---|---|
| GetHandle(INativeObject) | |
| GetNonNullHandle(INativeObject, String) | |