ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX.DirectWrite Namespace / GlyphRun Class / Offsets Field

In This Topic
    Offsets Field (GlyphRun)
    In This Topic
    An optional array of glyph offsets. This array could be null or contains GlyphCount elements.
    Syntax
    'Declaration
     
    Public Offsets As GlyphOffset()
    public GlyphOffset[] Offsets
    See Also