Share via


IXRLineGeometry::GetEndPoint (Windows Embedded CE 6.0)

1/6/2010

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
Windows Embedded CE Windows Embedded CE 6.0 R3

See Also

Reference

IXRLineGeometry
IXRLineGeometry::SetEndPoint