ImageGear for .NET
Combine(IImGearOrientation,IImGearOrientation) Method
See Also  Example Send Feedback
ImageGear21.Core Assembly > ImageGear.Core Namespace > ImGearOrientation Structure : Combine(IImGearOrientation,IImGearOrientation) Method




orientation1
First orientation value to be combined.
orientation2
Second orientation value to be combined.

Glossary Item Box

Returns orientation that is super-imposition of two values.

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 

Parameters

orientation1
First orientation value to be combined.
orientation2
Second orientation value to be combined.

Return Value

New ImGearOrientation structure value.

Remarks

Returns super-imposition of two orientations. Returned value equals to sequential application of two given orientations onto one source.

Example

C#Copy Code
igPage.Orientation = ImGearOrientation.Combine(
   igPage.Orientation, igPageDisplay.Orientation);
igPageDisplay.Orientation.SetToDefault();
Visual BasicCopy Code
igPage.Orientation = ImGearOrientation.Combine( _
       igPage.Orientation, igPageDisplay.Orientation)
igPageDisplay.Orientation.SetToDefault()

See Also

©2013. Accusoft Corporation. All Rights Reserved.