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 a collection that contains the vertices of a polygon.
Syntax
virtual HRESULT STDMETHODCALLTYPE GetPoints(
__out IXRPointCollection **ppPoints
) = 0;
Parameters
- ppPoints
[out] Points to the collection of the points that describe the polygon.
Return Values
Returns a standard HRESULT value.
Remarks
IXRPolygon must contain a minimum of two points to render.
.NET Framework Equivalent
System.Windows.Shapes.Polygon.Points
Requirements
Header |
XamlRuntime.h |
sysgen |
SYSGEN_XAML_RUNTIME |