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.
Returns super-imposition of two orientations. Returned value equals to sequential
application of two given orientations onto one source.
| C# | Copy Code |
|---|---|
igPage.Orientation = ImGearOrientation.Combine( igPage.Orientation, igPageDisplay.Orientation); igPageDisplay.Orientation.SetToDefault(); | |
| Visual Basic | Copy Code |
|---|---|
igPage.Orientation = ImGearOrientation.Combine( _
igPage.Orientation, igPageDisplay.Orientation)
igPageDisplay.Orientation.SetToDefault() | |