Share via


IMDLTransformOp Interface

Definition

This interface represents the Objective-C protocol MDLTransformOp.

[Foundation.Protocol(Name="MDLTransformOp", WrapperType=typeof(ModelIO.MDLTransformOpWrapper))]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=true, IsStatic=false, Name="GetNMatrix4", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(System.Double) }, ReturnType=typeof(CoreGraphics.NMatrix4), Selector="float4x4AtTime:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=true, IsStatic=false, Name="GetNMatrix4d", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(System.Double) }, ReturnType=typeof(CoreGraphics.NMatrix4d), Selector="double4x4AtTime:")]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="name", IsProperty=true, IsRequired=true, IsStatic=false, Name="Name", PropertyType=typeof(System.String), Selector="name")]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="IsInverseOp", IsProperty=true, IsRequired=true, IsStatic=false, Name="IsInverseOp", PropertyType=typeof(System.Boolean), Selector="IsInverseOp")]
public interface IMDLTransformOp : IDisposable, ObjCRuntime.INativeObject
[<Foundation.Protocol(Name="MDLTransformOp", WrapperType=typeof(ModelIO.MDLTransformOpWrapper))>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=true, IsStatic=false, Name="GetNMatrix4", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(System.Double) }, ReturnType=typeof(CoreGraphics.NMatrix4), Selector="float4x4AtTime:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=true, IsStatic=false, Name="GetNMatrix4d", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(System.Double) }, ReturnType=typeof(CoreGraphics.NMatrix4d), Selector="double4x4AtTime:")>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="name", IsProperty=true, IsRequired=true, IsStatic=false, Name="Name", PropertyType=typeof(System.String), Selector="name")>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.None, GetterSelector="IsInverseOp", IsProperty=true, IsRequired=true, IsStatic=false, Name="IsInverseOp", PropertyType=typeof(System.Boolean), Selector="IsInverseOp")>]
type IMDLTransformOp = interface
    interface INativeObject
    interface IDisposable
Derived
Attributes
Implements

Remarks

A class that implements this interface (and subclasses NSObject) will be exported to Objective-C as implementing the Objective-C protocol this interface represents.

A class may also implement members from this interface to implement members from the protocol.

Properties

Name Description
Handle

Handle (pointer) to the unmanaged object representation.

(Inherited from INativeObject)
IsInverseOp
Name

Methods

Name Description
GetNMatrix4(Double)
GetNMatrix4d(Double)

Extension Methods

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

Applies to