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
SyntaxProperty Clip As mcWarpClip
Get
Set
Return Value
Type:
mcWarpClipCurrent clipping mode.
RemarksIf 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.
RemarksPixels generated to fill the area between the warped data and the new image boundaries
are set to black.
See Also