IMcWarpApplyToPoints Method
|
|
Transform a list of points using the current McWarp settings.
Namespace:
MediaCy.IQL.Operations
Assembly:
MediaCy.IQL.Operations (in MediaCy.IQL.Operations.dll) Version: 10.0.6912.0
SyntaxFunction ApplyToPoints (
<OptionalAttribute> vSourcePoints As Object
) As Object
Parameters
- vSourcePoints (Optional)
- Type: SystemObject
Array of points to transform. Points to be
transformed can be supplied either as number pairs, POINT, LONGPOINT,
SINGLEPOINT or DOUBLEPOINT and are returned as an array of DOUBLEPOINT. A
single, scalar point will be also be accepted, but the transformed result is
always returned as an array of DOUBLEPOINT (which will be length-1 in the case
of a single source point).
Return Value
Type:
ObjectThe resulting array of DOUBLEPOINT.
RemarksThe transformation is defined by the current value of the Method
property. It can handle rotation, translation, scaling, and skewing. If Method
contains wmAffine, it is a first-order linear transformation, where a straight
line in the source points will remain straight in the transformed points.
See Also