Share via


IXRGlyphs::GetOriginY (Windows Embedded CE 6.0)

1/6/2010

This method retrieves the y origin for the glyphs.

Syntax

virtual HRESULT STDMETHODCALLTYPE GetOriginY(
    float *pOriginY
) = 0;

Parameters

  • pOriginY
    [out] Pointer to a float value that indicates the y origin of the glyphs, in pixels.

Return Value

Returns an HRESULT that indicates success or failure.

Remarks

The x origin and the y origin are used to offset the whole glyphs grouping.

.NET Framework Equivalent

System.Windows.Documents.Glyphs.OriginY

Requirements

Header XamlRuntime.h
sysgen SYSGEN_XAML_RUNTIME
Windows Embedded CE Windows Embedded CE 6.0 R3

See Also

Reference

IXRGlyphs
IXRGlyphs::SetOriginY