IXRPolyQuadraticBezierSegment::SetPoints (Windows Embedded CE 6.0)
1/6/2010
This method sets the IXRPointCollection that defines an IXRPolyQuadraticBezierSegment object.
Syntax
virtual HRESULT STDMETHODCALLTYPE SetPoints(
__in IXRPointCollection *pPoints
) = 0;
Parameters
- pPoints
[in] Points to an IXRPointCollection object that contains the points that define a curve.
Return Values
Returns a standard HRESULT value.
Remarks
The first two points specify the control point and endpoint of the first curve segment. The next two points specify the control point and endpoint of the second curve segment, and so on. The collection must contain an even number of points. To specify only two points, you can also use IXRQuadraticBezierSegment
.NET Framework Equivalent
System.Windows.Media.PolyQuadraticBezierSegment.Points
Requirements
Header | XamlRuntime.h |
sysgen | SYSGEN_XAML_RUNTIME |
Windows Embedded CE | Windows Embedded CE 6.0 R3 |
See Also
Reference
IXRPolyQuadraticBezierSegment
IXRPolyQuadraticBezierSegment::GetPoints