xamarinios
namespace CoreImage
{
public abstract class CIAffineFilter : CIFilter, ICIFilterProtocol, INativeObject, IDisposable
{
[BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[EditorBrowsable(EditorBrowsableState.Never)]
[Obsolete("Not every subclass expose this property.", false)]
[Unavailable(PlatformName.MacOSX, PlatformArchitecture.All, null)]
public CGAffineTransform Transform { get; set; }
}
}
Xamarin iOS | 0.0 |
---|---|
Xamarin tvOS | 0.0 |
Information specific to xamarinios | |
Assembly | Xamarin.iOS , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Obsolete | Not every subclass expose this property. |
Platform Restrictions | This framework does not have platform annotations. |