Click or drag to resize

IMcGeometryRotate Method

Rotates an image Aoi by the specified angle, and creates a new image encompassing the rotated image.

Namespace:  MediaCy.IQL.Operations
Assembly:  MediaCy.IQL.Operations (in MediaCy.IQL.Operations.dll) Version: 10.0.6912.0
Syntax
VB
Function Rotate ( 
	Angle As Double,
	Optional Clip As mcWarpClip = mcWarpClip.mcwcNoClip,
	Optional Flags As mcImageCreateFlags = mcImageCreateFlags.mcicfDefault,
	<OptionalAttribute> vSourceImg As Object
) As McImage

Parameters

Angle
Type: SystemDouble
Clip (Optional)
Type: MediaCy.IQL.OperationsmcWarpClip
Whether to clip the result or not.
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
Remarks
Pixels generated to fill the area between the rotated data and the new image boundaries are set to black.
See Also