Search Results for

    Show / Hide Table of Contents

    Class OrientationChangedArgs

    Represents the orientation of the compass.

    Inheritance
    object
    EventArgs
    OrientationChangedArgs
    Namespace: Evergine.Common.Input
    Assembly: Evergine.Common.dll
    Syntax
    public class OrientationChangedArgs : EventArgs

    Constructors

    OrientationChangedArgs(DisplayOrientation)

    Initializes a new instance of the OrientationChangedArgs class.

    Declaration
    public OrientationChangedArgs(DisplayOrientation orientation)
    Parameters
    Type Name Description
    DisplayOrientation orientation

    The orientation.

    Properties

    NewOrientation

    Gets the new orientation.

    Declaration
    public DisplayOrientation NewOrientation { get; }
    Property Value
    Type Description
    DisplayOrientation

    Extension Methods

    ReflectionHelper.GetMemberAssembly(object)
    ReflectionHelper.GetTypeName(object)
    In this article
    Back to top
    Generated by DocFX