IUITimingCurveProvider Interfaz

Definición

Interfaz que define los métodos necesarios para el IUITimingCurveProvider protocolo.

[Foundation.Protocol(Name="UITimingCurveProvider", WrapperType=typeof(UIKit.UITimingCurveProviderWrapper))]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public interface IUITimingCurveProvider : Foundation.INSCoding, Foundation.INSCopying, IDisposable
type IUITimingCurveProvider = interface
    interface INativeObject
    interface IDisposable
    interface INSCoding
    interface INSCopying
Derivado
Atributos
Implementaciones

Propiedades

CubicTimingParameters

En UICubicTimingParameters el caso de los objetos , los parámetros de tiempo. En caso contrario, es null.

Handle

Identificador (puntero) a la representación del objeto no administrado.

(Heredado de INativeObject)
SpringTimingParameters

En UISpringTimingParameters el caso de los objetos , los parámetros de tiempo. En caso contrario, es null.

TimingCurveType

El tipo de curva de control de tiempo que es (vea UITimingCurveType).

Métodos

Copy(NSZone)

Realiza una copia del objeto Objective-C subyacente.

(Heredado de INSCopying)
EncodeTo(NSCoder)

Serializa this en .

(Heredado de INSCoding)

Se aplica a