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:

PartDescription
objectAn expression evaluating to an object of type McWarp.
valueA mcWarpClip enumeration, as described in settings.

Settings

The settings for value are:

ConstantValueDescription
 mcwcNoClip0

The resulting image emcompass the entire warped AOI.

 mcwcClip1

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.