Click or drag to resize

IMcCompositeHostDestRect Property

The destination rectangle.

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

Property Value

Type: Object
Remarks
A a LONGRECT or a length-4 array of values giving the rectangle, in pixels, within the DestImage where the composite result will be placed. If this property is not assigned, assigned Empty or an illegal rectangle (right < left), then the full destination image is filled. If a destination rectangle is supplied, then the DestImage cannot be given as a %McRegionAccess% instance. The full destination image bounds depends on the SourceOffsetXY and Status mcCompositeHostStatusFlags.mcchsfDestCreationOptions value and mcCompositeHostStatusFlags.mcchsfUseAoiAsSource bit, as well as the DestOffsetXY the DestRect origin may be offset either direction from 0,0 and may be smaller or larger than any of the source images. The
See Also