VintaSoft Imaging .NET SDK 14.0: Документация для Веб разработчика
Vintasoft.Imaging.ImageProcessing.Web.Services Namespace / QuadrilateralWarpRequestParams Class / destinationPoints Property
Syntax Requirements SeeAlso
В этом разделе
    destinationPoints Свойство (QuadrilateralWarpRequestParams)
    В этом разделе
    Возвращает или задает массив из четырех или трех точек, определяющих четырехугольник.
    Синтаксис
    'Declaration
    
    Public Property destinationPoints As Vintasoft.Shared.Web.WebPointF[]
    
    
    public Vintasoft.Shared.Web.WebPointF[] destinationPoints { get; set; }
    
    
    public: __property Vintasoft.Shared.Web.WebPointF*[] get_destinationPoints();
    public: __property void set_destinationPoints(
    Vintasoft.Shared.Web.WebPointF*[]* value
    );
    Требования

    Целевые платформы: .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    Смотрите также