Click or drag to resize

IMcTransformSubSampleEx Method

Namespace:  MediaCy.IQL.Operations
Assembly:  MediaCy.IQL.Operations (in MediaCy.IQL.Operations.dll) Version: 10.0.6912.0
Syntax
VB
Function SubSampleEx ( 
	Optional SubSampleZ As Double = 1,
	Optional Offset As Integer = 0,
	<OptionalAttribute> vSourceImg As Object,
	Optional Flags As mcImageCreateFlags = mcImageCreateFlags.mcicfDefault
) As McImage

Parameters

SubSampleZ (Optional)
Type: SystemDouble
Offset (Optional)
Type: SystemInt32
vSourceImg (Optional)
Type: SystemObject
Flags (Optional)
Type: MediaCy.IQL.EnginemcImageCreateFlags

Return Value

Type: McImage
See Also