IXRBezierSegment::SetPoint2 (Compact 2013)

3/28/2014

This method sets the second control point of the curve.

Syntax

virtual HRESULT STDMETHODCALLTYPE SetPoint2(
    __in XRPoint *pPoint2
) = 0;

Parameters

  • pPoint2
    [in] Points to an XRPoint structure that specifies the second control point of the curve.

Return Values

Returns a standard HRESULT value.

.NET Framework Equivalent

System.Windows.Media.BezierSegment.Point2

Requirements

Header

XamlRuntime.h

sysgen

SYSGEN_XAML_RUNTIME

See Also

Reference

IXRBezierSegment
IXRBezierSegment::GetPoint2