Share via


IXRGlyphs::SetOriginY (Compact 2013)

3/28/2014

This method sets the y origin for the glyphs.

Syntax

virtual HRESULT STDMETHODCALLTYPE SetOriginY(
    float OriginY
) = 0; 

Parameters

  • OriginY
    [in] 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 grouping of glyphs.

.NET Framework Equivalent

System.Windows.Documents.Glyphs.OriginY

Requirements

Header

XamlRuntime.h

sysgen

SYSGEN_XAML_RUNTIME

See Also

Reference

IXRGlyphs
IXRGlyphs::GetOriginY