Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
3/28/2014
This method retrieves the IXRPointCollection that defines an IXRPolyQuadraticBezierSegment object.
Syntax
virtual HRESULT STDMETHODCALLTYPE GetPoints(
__out IXRPointCollection **ppPoints
) = 0;
Parameters
- ppPoints
[out] Points to the IXRPointCollection object that contains the points that define a curve.
Return Values
Returns a standard HRESULT value.
.NET Framework Equivalent
System.Windows.Media.IXRPolyQuadraticBezierSegment.Points
Requirements
Header |
XamlRuntime.h |
sysgen |
SYSGEN_XAML_RUNTIME |
See Also
Reference
IXRPolyQuadraticBezierSegment
IXRPolyQuadraticBezierSegment::SetPoints