Click or drag to resize

IMcCompositeHostDestOffsetXY Property

The destination X,Y offset source.

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

Property Value

Type: Object
Remarks
A LONGPOINT or a length-2 array of values giving an offset, in pixels, of the origin of the destination rectangle from its natural origin (the left, top of the DestRect if it is given, otherwise the left, top of the the DestImage). The X,Y shift may be positive or negative. A postive offset essentially shifts all sources equally to the left and up. This may result in clipping of the left,top portion of source rectangles. By default zero X,Y destination offset is assumed. This property is exposed as a scalar LONGPOINT.
See Also