Click or drag to resize

IMcWarpClip Property

Read/write property used to set or get the clipping mode for ApplyToImage.

Namespace:  MediaCy.IQL.Operations
Assembly:  MediaCy.IQL.Operations (in MediaCy.IQL.Operations.dll) Version: 10.0.6912.0
Syntax
VB
Property Clip As mcWarpClip
	Get
	Set

Return Value

Type: mcWarpClip
Current clipping mode.
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.
Remarks
Pixels generated to fill the area between the warped data and the new image boundaries are set to black.
See Also