Share via


IXRArcSegment::SetIsLargeArc (Windows Embedded CE 6.0)

1/6/2010

This method sets a value that specifies whether the arc is more than 180 degrees.

Syntax

virtual HRESULT STDMETHODCALLTYPE SetIsLargeArc(
    __in bool IsLargeArc
) = 0;

Parameters

  • IsLargeArc
    [in] Specifies whether the arc is more than 180 degrees.

Return Values

Returns a standard HRESULT value.

.NET Framework Equivalent

System.Windows.Media.ArcSegment.IsLargeArc

Requirements

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

See Also

Reference

IXRArcSegment
IXRArcSegment::GetIsLargeArc