C#
VB
Objective-C
WinRT C#
C++
Sets an array that contains the four points that define the warp area in the destination image.
Public Sub SetDestinationPoints( _
ByVal value() As Leadtools.LeadPoint _
)
public void SetDestinationPoints(
Leadtools.LeadPoint[] value
)
@property (nonatomic, assign) LeadPoint *destinationPoints
function Leadtools.ImageProcessing.CombineWarpCommand.SetDestinationPoints(
value
)
public:
void SetDestinationPoints(
Leadtools.array<LeadPoint>^ value
)
value
An array that contains the four points that define the warp area in the destination image.
Use the GetDestinationPoints method to get 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