Share via


IMPSImageSizeEncodingState Interface

Definition

Interface defining methods relating to when image size is stored elsewhere in the graph.

[Foundation.Protocol(Name="MPSImageSizeEncodingState", WrapperType=typeof(MetalPerformanceShaders.MPSImageSizeEncodingStateWrapper))]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="sourceWidth", IsProperty=true, IsRequired=true, IsStatic=false, Name="SourceWidth", PropertyType=typeof(System.UIntPtr), Selector="sourceWidth")]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="sourceHeight", IsProperty=true, IsRequired=true, IsStatic=false, Name="SourceHeight", PropertyType=typeof(System.UIntPtr), Selector="sourceHeight")]
public interface IMPSImageSizeEncodingState : IDisposable, ObjCRuntime.INativeObject
[<Foundation.Protocol(Name="MPSImageSizeEncodingState", WrapperType=typeof(MetalPerformanceShaders.MPSImageSizeEncodingStateWrapper))>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="sourceWidth", IsProperty=true, IsRequired=true, IsStatic=false, Name="SourceWidth", PropertyType=typeof(System.UIntPtr), Selector="sourceWidth")>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="sourceHeight", IsProperty=true, IsRequired=true, IsStatic=false, Name="SourceHeight", PropertyType=typeof(System.UIntPtr), Selector="sourceHeight")>]
type IMPSImageSizeEncodingState = interface
    interface INativeObject
    interface IDisposable
Derived
Attributes
Implements

Properties

Name Description
Handle

Handle (pointer) to the unmanaged object representation.

(Inherited from INativeObject)
SourceHeight
SourceWidth

Extension Methods

Name Description
GetHandle(INativeObject)
GetNonNullHandle(INativeObject, String)

Applies to