次の方法で共有


IXRPathFigure::SetStartPoint (Compact 2013)

3/28/2014

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

See Also

Reference

IXRPathFigure
IXRPathFigure::GetStartPoint