IXRLineGeometry::GetEndPoint (Compact 2013)

3/28/2014

This method retrieves the endpoint of a line.

Syntax

virtual HRESULT STDMETHODCALLTYPE GetEndPoint(
    __out XRPoint *pEndPoint
) = 0;

Parameters

  • pEndPoint
    [out] Points to an XRPoint that indicates the endpoint of the line.

Return Values

Returns a standard HRESULT value.

.NET Framework Equivalent

System.Windows.Media.LineGeometry.EndPoint

Requirements

Header

XamlRuntime.h

sysgen

SYSGEN_XAML_RUNTIME

See Also

Reference

IXRLineGeometry
IXRLineGeometry::SetEndPoint