[Vision] Adopt XAMCORE_4_0 changes in .NET. (#13775)

This commit is contained in:
Rolf Bjarne Kvinge 2022-01-19 08:59:50 +01:00 коммит произвёл GitHub
Родитель 57e4a87a87
Коммит 96526b6ea1
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -1,4 +1,4 @@
#if !XAMCORE_4_0
#if !NET
using System;
using Metal;

Просмотреть файл

@ -1848,7 +1848,7 @@ namespace Vision {
[Export ("alignmentTransform", ArgumentSemantic.Assign)]
CGAffineTransform AlignmentTransform {
get;
#if !XAMCORE_4_0
#if !NET
[NotImplemented]
set;
#endif
@ -1864,7 +1864,7 @@ namespace Vision {
Matrix3 WarpTransform {
[MarshalDirective (NativePrefix = "xamarin_simd__", Library = "__Internal")]
get;
#if !XAMCORE_4_0
#if !NET
[NotImplemented]
set;
#endif