ComponentOne Gauges for WPF and Silverlight
C1.WPF.Gauge Namespace / C1RadialGauge Class / PointerOriginScreen Method
The context.

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

    Parameters

    context
    The context.

    Return Value

    The Pointer Origin location in screen coordinates.
    See Also