public LeadPoint[] GetDestinationPoints()
'Declaration
Public Function GetDestinationPoints() As LeadPoint()
'Usage
Dim instance As CombineWarpCommand
Dim value() As LeadPoint
value = instance.GetDestinationPoints()
public LeadPoint[] GetDestinationPoints()
-(LeadPoint*) getDestinationPoints;
function Leadtools.ImageProcessing.CombineWarpCommand.GetDestinationPoints()
public:
array<LeadPoint>^ GetDestinationPoints();
Return Value
An array that contains the four points that define the warp area in the destination image.