IMcCompositeHostSourceOffsetXY Property
|
|
One Source Offset XY or an array of all Source Offset XY.
Namespace:
MediaCy.IQL.Operations
Assembly:
MediaCy.IQL.Operations (in MediaCy.IQL.Operations.dll) Version: 10.0.6912.0
SyntaxProperty SourceOffsetXY (
Optional lSourceIndex As Integer = -1
) As Object
Get
Set
Parameters
- lSourceIndex (Optional)
- Type: SystemInt32
Index of the source of interest, or -1 for all sources.
Property Value
Type:
Object
RemarksEach source has an associated X,Y offset. This is represented by an a
length-2 array of values (or a LONGPOINT) giving an origin, in pixels, of the
corresponding Sources element relative to the other sources. The X,Y shifts may
be positive or negative. A positive offset moves the source right and down
relative to the other sources (the right,bottom of the source rectangle may be
clipped). The actual offset for each source is unshifted by the DestOffsetXY
(that is for source J, the offset used is SourceOffsetXY(J) - DestOffsetXY). By
default zero X,Y offsets are assumed for all sources. Any offsets are applied
only after any SourceBinningCorrectionXY are applied.
This property is exposed as a scalar LONGPOINT or an array thereof.
See Also