VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing.Web.Services Namespace / QuadrilateralWarpRequestParams Class / destinationPoints Property
Syntax Requirements SeeAlso
In This Topic
    destinationPoints Property (QuadrilateralWarpRequestParams)
    In This Topic
    Gets or sets the array of four or three points that define a quadrangle.
    Syntax
    '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
    );
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7, .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5

    See Also