Share via


IXRArcSegment::SetSweepDirection (Windows Embedded CE 6.0)

1/6/2010

This method sets a value that specifies whether the object draws the arc clockwise or counterclockwise.

Syntax

virtual HRESULT STDMETHODCALLTYPE SetSweepDirection(
    __in XRSweepDirection SweepDirection
) = 0;

Parameters

  • SweepDirection
    [in] A XRSweepDirection value that specifies the sweep direction.

Return Values

Returns a standard HRESULT value.

.NET Framework Equivalent

System.Windows.Media.ArcSegment.SweepDirection

Requirements

Header XamlRuntime.h
sysgen SYSGEN_XAML_RUNTIME
Windows Embedded CE Windows Embedded CE 6.0 R3

See Also

Reference

IXRArcSegment
IXRArcSegment::GetSweepDirection