Click or drag to resize

IMcGeometry Interface

An interface implemented by McGeometry.

Namespace:  MediaCy.IQL.Operations
Assembly:  MediaCy.IQL.Operations (in MediaCy.IQL.Operations.dll) Version: 10.0.6912.0
Syntax
VB
Public Interface IMcGeometry

The IMcGeometry type exposes the following members.

Methods
  NameDescription
Public methodBlend
Blends a portion of a source image into a portion of another image.
Public methodCut
Construct a new McImage from a rectangular region of interest.
Public methodOrient
Creates a new reoriented image by changing the orientation of the Aoi of an image.
Public methodPaste
Pastes a rectangular region of interest from an image to another.
Public methodResize
Scales the image Aoi to a new height and width.
Public methodRotate
Rotates an image Aoi by the specified angle, and creates a new image encompassing the rotated image.
Top
See Also