ImageGear23.Core Assembly > ImageGear.Core Namespace > ImGearOrientation Structure : Combine(IImGearOrientation,IImGearOrientation) Method |
'Declaration Public Shared Function Combine( _ ByVal orientation1 As IImGearOrientation, _ ByVal orientation2 As IImGearOrientation _ ) As ImGearOrientation
'Usage Dim orientation1 As IImGearOrientation Dim orientation2 As IImGearOrientation Dim value As ImGearOrientation value = ImGearOrientation.Combine(orientation1, orientation2)
public static ImGearOrientation Combine( IImGearOrientation orientation1, IImGearOrientation orientation2 )
public: static ImGearOrientation Combine( IImGearOrientation* orientation1, IImGearOrientation* orientation2 )
public: static ImGearOrientation Combine( IImGearOrientation^ orientation1, IImGearOrientation^ orientation2 )
igPage.Orientation = ImGearOrientation.Combine( igPage.Orientation, igPageDisplay.Orientation); igPageDisplay.Orientation.SetToDefault();
igPage.Orientation = ImGearOrientation.Combine( _ igPage.Orientation, igPageDisplay.Orientation) igPageDisplay.Orientation.SetToDefault()