GlyphMetricsFloat.GlyphOrigin Property

Language:

Specifies the x and y coordinates of the upper-left corner of the smallest rectangle that completely encloses the glyph.

Definition

Visual Basic Public Property GlyphOrigin As PointF
C# public PointF GlyphOrigin { get; set; }
C++ public:
property PointF GlyphOrigin {
        PointF get();
        void set(PointF value);
}
JScript public function get GlyphOrigin() : PointF
public function set GlyphOrigin(PointF);

Property Value

System.Drawing.PointF
A PointF Leave Site object to set or retrieve.

This property is read/write. 

Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.

Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center