Click or drag to resize

IMcOperations2Offset Property

Read/write property exposing an offset to be added to (or multiplied by) the result of certain arithmetic operations.

Namespace:  MediaCy.IQL.Operations
Assembly:  MediaCy.IQL.Operations (in MediaCy.IQL.Operations.dll) Version: 10.0.6912.0
Syntax
VB
Property Offset ( 
	Optional lChannel As Integer = 0
) As Double
	Get
	Set

Parameters

lChannel (Optional)
Type: SystemInt32
Channel index for color images, 0 by default.

Property Value

Type: Double

Implements

IMcOperationsOffsetInt32
Remarks
For new applications it is recommended that you use the AddEx, SubEx, DiffEx, MultEx, DivEx and Div2Ex, for which the scaling and/or offsets are passed as arguments and this Offset property has no effect. This value is added to the result of Add, Sub and Diff while the result of Mult and Div will be multiplied by it. For Div2 the Offset is two values per channel; the first value is multiplicative and the second value is additive. The ResetProperties method resets the Offset to all zero (no scaling and no additive offset).
See Also