Description
Read/write property used to set or get the clipping mode for ApplyToImage.
-
Property type
-
A mcWarpClip enumeration.
-
Syntax
-
object.Clip [= value]
The Clip Property syntax has these parts: |
| object | An expression evaluating to an object of type McWarp. | | value | A mcWarpClip enumeration, as described in settings. | Settings The settings for value are:
 | mcwcNoClip | 0 |
The resulting image emcompass the entire warped AOI.
|
 | mcwcClip | 1 |
Clip resulting image to match source AOI size.
|
Remarks
If Clip is set to wcNoClip (default) ApplyToImage creates a new image encompassing the entire warped image. If set to wcClip, the resulting image matches the source image size and position.
Pixels generated to fill the area between the warped data and the new image boundaries are set to black.
|