Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 PointFGlyphOrigin {
PointFget();
void set(PointFvalue);
}JScript public function get GlyphOrigin() : PointF
public function set GlyphOrigin(PointF);
Property Value
System.Drawing.PointF
A PointFobject to set or retrieve.
This property is read/write.
.gif)