get_DestinationPoints Method
Gets an array of four or three points that define a quadrangle.
var instance = new Vintasoft.Imaging.ImageProcessing.WebQuadrilateralWarpCommandJS();
var value; // Type: object[]
value = instance.get_DestinationPoints();
function get_DestinationPoints() : object[];
Return Value
Array of points. Default value is empty array.