ImageGear22.Recognition Assembly > ImageGear.Recognition Namespace > ImGearRecImage Class : Orient Method |
'Declaration Public Sub Orient( _ ByVal orientation As ImGearRecOrientationMode _ )
'Usage Dim instance As ImGearRecImage Dim orientation As ImGearRecOrientationMode instance.Orient(orientation)
public void Orient( ImGearRecOrientationMode orientation )
public: void Orient( ImGearRecOrientationMode orientation )
public: void Orient( ImGearRecOrientationMode orientation )
When this method is called, the coordinates of all defined zones in the zone list will be automatically recalculated, i.e., the zones are also rotated.
An alternative to this method is the Preprocess method with the required OrientationMode property set.