IXRPathFigure::SetStartPoint (Windows Embedded CE 6.0)

1/6/2010

This method specifies the point where the IXRPathFigure begins.

Syntax

virtual HRESULT STDMETHODCALLTYPE SetStartPoint(
    __in XRPoint *pStartPoint
) = 0;

Parameters

  • pStartPoint
    [in] Points to the point where IXRPathFigure begins. The default is a point with a value of 0,0.

Return Values

Returns a standard HRESULT value.

.NET Framework Equivalent

System.Windows.Media.PathFigure

Requirements

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

See Also

Reference

IXRPathFigure
IXRPathFigure::GetStartPoint