ComponentOne Gauge for UWP
C1.UWP.Gauge Assembly / C1.Xaml.Gauge Namespace / C1RadialGauge Class / PointerOriginScreen Method
The context.

In This Topic
    PointerOriginScreen Method
    In This Topic
    Gets the location of the pointer origin on the screen.
    Syntax
    'Declaration
     
    Protected Function PointerOriginScreen( _
       ByVal context As GaugeDrawingContext _
    ) As Windows.Foundation.Point
    protected Windows.Foundation.Point PointerOriginScreen( 
       GaugeDrawingContext context
    )

    Parameters

    context
    The context.

    Return Value

    The Pointer Origin location in screen coordinates.
    See Also