Click or drag to resize

IMcGeometryOrient Method

Creates a new reoriented image by changing the orientation of the Aoi of an image.

Namespace:  MediaCy.IQL.Operations
Assembly:  MediaCy.IQL.Operations (in MediaCy.IQL.Operations.dll) Version: 10.0.6912.0
Syntax
VB
Function Orient ( 
	Type As mcOrientType,
	Optional Flags As mcImageCreateFlags = mcImageCreateFlags.mcicfDefault,
	<OptionalAttribute> vSourceImg As Object
) As McImage

Parameters

Type
Type: MediaCy.IQL.OperationsmcOrientType
New orientation.
Flags (Optional)
Type: MediaCy.IQL.EnginemcImageCreateFlags
vSourceImg (Optional)
Type: SystemObject
Optional source image, operator applies to parent image when parameter is omitted.

Return Value

Type: McImage
A new McImage.
See Also