C#
VB
Objective-C
WinRT C#
C++
Gets an array that contains the four points that define the warp area in the destination image.
public LeadPoint[] GetDestinationPoints()
Public Function GetDestinationPoints() As Leadtools.LeadPoint()
public [Leadtools.LeadPoint[]](leadpoint.md) GetDestinationPoints()
@property (nonatomic, assign) LeadPoint *destinationPoints
function Leadtools.ImageProcessing.CombineWarpCommand.GetDestinationPoints()
public:
Leadtools.array<LeadPoint>^ GetDestinationPoints();
An array that contains the four points that define the warp area in the destination image.
Use the SetDestinationPoints method to set the array of points.
For an example, refer to CombineWarpCommand.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET