TouchToolKit for WinForms | ComponentOne
C1.Win.TouchToolKit Namespace / PointerPointProperties Class / Orientation Property

In This Topic
    Orientation Property (PointerPointProperties)
    In This Topic
    Gets the counter-clockwise angle of rotation around the major axis of the pointer device (the z-axis, perpendicular to the surface of the digitizer). A value of 0.0 degrees indicates the device is oriented towards the top of the digitizer.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Orientation As Single
    public float Orientation {get;}

    Property Value

    A value between 0.0 and 359.0 in degrees of rotation. The default value is 0.0.
    Remarks
    Orientation is also referred to as azimuth.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also