Returns orientation that is super-imposition of two values.
Syntax
Parameters
- orientation1
- First orientation value to be combined.
- orientation2
- Second orientation value to be combined.
Return Value
New
ImGearOrientation structure value.
Example
igPage.Orientation = ImGearOrientation.Combine(
igPage.Orientation, igPageDisplay.Orientation);
igPageDisplay.Orientation.SetToDefault();
igPage.Orientation = ImGearOrientation.Combine( _
igPage.Orientation, igPageDisplay.Orientation)
igPageDisplay.Orientation.SetToDefault()
See Also